ListBox
Xojo provides a ListBox control for desktop, mobile and web projects:
Note
For mobile, iOSMobileTable and AndroidMobileTable provide the mobile-equivalent of a ListBox.
Common members
These events, methods and properties are both common amongst the desktop, mobile and web versions of the control and are the most commonly used. See the individual controls for more members and details.
Events
Name |
Description |
---|---|
SelectionChanged |
The selection of rows has changed. This can happen when the user selects a row or rows but also when the remove rows from the selection. |
Methods
Name |
Description |
---|---|
AddRow |
Creates a new row using the value passed. |
RemoveRowAt |
Removes the row at the index passed. |
Properties
See Also
DesktopListBox, iOSMobileTable, AndroidMobileTable and WebListBox