Variables | |
| static PropertyType< string > | ItemContainerGeneratorTypeNameProperty |
| ItemContainerGeneratorTypeName property. More... | |
| static PropertyType< ResourceSharedPtr > | ItemContainerTemplateProperty |
| ItemContainerTemplate property. More... | |
| static PropertyType< int > | ItemCountProperty |
| Reports the number of items in the List Box, including virtual items. More... | |
| static PropertyType< string > | ItemGeneratorTypeNameProperty |
| ItemGeneratorTypeName property. More... | |
| static PropertyType< ResourceSharedPtr > | ItemTemplateProperty |
| ItemTemplate property. More... | |
| static PropertyType< int > | KeepAliveItemCountProperty |
| KeepAliveItemCount property. More... | |
| static PropertyType< int > | SelectedItemIndexProperty |
| SelectedItemIndex property. More... | |
| static PropertyType< ListBoxConcept::SelectionBehavior > | SelectionBehaviorProperty |
| SelectionBehavior property. More... | |
|
static |
Reports the number of items in the List Box, including virtual items.
This property is read-only.
The default value is 0.
|
static |
KeepAliveItemCount property.
The default value is 20000000.
|
static |
SelectionBehavior property.
The default value is ListBoxConcept::SelectionBehaviorNone.
|
static |
ItemGeneratorTypeName property.
The default value is "".
|
static |
ItemContainerGeneratorTypeName property.
The default value is "".
|
static |
ItemTemplate property.
The default value is ResourceSharedPtr().
|
static |
ItemContainerTemplate property.
The default value is ResourceSharedPtr().
|
static |
SelectedItemIndex property.
Index of selected list box item. The default value is -1.