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.
ItemHiddenMessageArguments
ItemMessageArguments
ItemSelectedMessageArguments
ItemVisibleMessageArguments
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.
ListBoxConcept
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§

SelectionBehavior
Legacy version of enum “kanzi.ListBoxConcept.SelectionBehavior”. Behaviors for the List %Box when an item in the List %Box is selected.

Traits§

IListBoxConcept
Properties and messages for list boxes.