List - SelectionStyle Property
Specifies the rules for item selection within the list
Member of List (PRIM_LIST)
Data Type - Enumeration
The SelectionStyle property determines how selection works within the list.
| Enum Value | Description |
|---|---|
| All | More than one row can be selected without restriction |
| SameLevel | More than one row can be selected if the items are on the same level |
| SameParent | More than one row can be selected if the items are within the same branch |
| Single | Only one row can be selected. Setting selection to the row will remove selection from other items |
LANSA Version 15, April 2020