SelectionType

enumeration

Description

Controls how many items can be selected at once.

Used by BaseVerticalCollectionView and its inheritors including ListView, TreeView, MultiColumnListView and MultiColumnTreeView. Set the view's selectionType property as one of these values to control how many items can be selected at once.

Properties

None Selections are disabled.
Single Only one item is selectable.
Multiple Multiple items are selectable at once.

Did you find this page useful? Please give it a rating: