Module list_box
Modules§
- data_
source_ list_ item_ generator_ 2d - data_
source_ list_ item_ generator_ 3d - item_
message_ arguments - item_
selected_ message_ arguments - list_
box_ item_ container_ generator - list_
box_ item_ generator - list_
box_ scrolling_ concept
Structs§
- ITEM_
CONTAINER_ GENERATOR_ TYPE_ NAME_ PROPERTY - Sets the name of the item container generator type to use to provide item containers dynamically for the List Box.
- ITEM_
CONTAINER_ TEMPLATE_ PROPERTY - Sets the List Box Item Container prefab that sets the appearance and behavior of the List Box items.
- ITEM_
COUNT_ PROPERTY - Reports the number of items in the List Box, including virtual items.
- ITEM_
GENERATOR_ TYPE_ NAME_ PROPERTY - Sets the name of the item generator type to use to provide items dynamically to the List Box.
- ITEM_
HIDDEN - Occurs when an item is unloaded from the working memory. To set how many items you want to keep loaded in the working memory at a time, use the Keep Alive Item Count property.
- ITEM_
SELECTED - Occurs when an item is selected.
- ITEM_
TEMPLATE_ PROPERTY - Sets the prefab to use for the List Box items.
- ITEM_
VISIBLE - Occurs when an item is loaded to the working memory. To set how many items you want to keep loaded in the working memory at a time, use the Keep Alive Item Count property.
- Item
Hidden Message Arguments - Item
Message Arguments - Item
Selected Message Arguments - Item
Visible Message Arguments - KEEP_
ALIVE_ ITEM_ COUNT_ PROPERTY - Sets the size of the buffer for invisible List Box items. Kanzi returns to the Item Generator those invisible items that do not fit in the buffer.
- List
BoxConcept - SELECTED_
ITEM_ INDEX_ PROPERTY - Sets the index of the item that is currently selected in the List Box node. A List Box node updates this property when the user scrolls that List Box node. To select an item in the List Box node, set this property to the index of the item that you want to select. The indexing starts from 0. To update this property with a binding, use a to-source or two-way binding.
- SELECTION_
BEHAVIOR_ PROPERTY - Sets how the List Box behaves when the user selects an item. ‘Bring to Center’ sets the List Box to bring an item to the center of the List Box area when the user selects that item.
Enums§
- Selection
Behavior - Legacy version of enum “kanzi.ListBoxConcept.SelectionBehavior”. Behaviors for the List %Box when an item in the List %Box is selected.
Traits§
- IList
BoxConcept - Properties and messages for list boxes.