Enum ItemSelectionMode

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
9

Selection mode of CollecitonView.

C#
Copy
public enum ItemSelectionMode
Name Description
Multiple

Multiple selections. Select multiple items and previous selected item still remains selected.

None

None of the items can be selected.

Single

Single selection. Select item exclusively so previous selected item will be unselected.

SingleAlways

Single selection always. It's not possible to unselect all, so after user selects an item, there is always exactly one item selected. To deselect item, clear selection forcely.