Use the List Box Item Container prefab to create common functionality and decoration for all items in a List Box. More...
#include <kanzi/ui/node/list_box_item_container.hpp>
Static Public Member Functions | |
static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
Static Public Attributes | |
static PropertyType< int > | ItemIndexProperty |
Reports the index of the item held by the List Box Item Container. More... | |
static PropertyType< bool > | SelectedProperty |
Indicates whether a List Box item held by this List Box Item Container is selected. More... | |
Use the List Box Item Container prefab to create common functionality and decoration for all items in a List Box.
Kanzi creates a List Box Item Container for each List Box item. To set the List Box Item Container prefab for the items in a List Box, use the ListBoxConcept::ItemContainerTemplateProperty property in that List Box.
To set where Kanzi places each List Box item inside the List Box Item Container prefab:
Kanzi now places the List Box item in the Content Layout node to which the alias points. If you do not specify the $layout alias that points to the Content Layout node in the List Box Item Container prefab, Kanzi places the List Box item as the last child of the List Box Item Container node.
To enable the double-click gesture for all items in a List Box node, in the List Box Item Container prefab set the ClickConcept::DoubleClickEnabledProperty to true.
|
static |
|
static |
Reports the index of the item held by the List Box Item Container.
This property is read-only.
|
static |
Indicates whether a List Box item held by this List Box Item Container is selected.
List Box sets the value of this property. The default value is false.