WebListBox
From Xojo Documentation
Class (inherits from WebUIControl)
A scrollable, multicolumn listbox control.
Events | ||||||||||
|
Methods | ||||||||||||||||||||
|
Enumerations | |||
|
Notes
To load rows dynamically, see the WebDataSource class.
To control the drawing style of individual cells, use WebListBoxStyleRenderer.
To draw pictures in a cell, use WebListBoxImageRenderer.
To display DateTime values in the user's time zone and locale, use WebListBoxDateTimeRenderer.
Sample Code
This example adds 100 rows to a 5-column listbox:
See Also
WebDataSource class.