Determines how the list will position based on keyboard input
Member of List (PRIM_LIST)
Data Type - Enumeration
The KeyboardPositioning property defines how the list will respond to keyboard entry. When a character(s) is pressed, the list will automatically scroll to the entry closest to the value specified.
Enum Value | Description |
---|---|
FirstColumn | Position in the list is governed by the values in the leftmost column |
SortColumn | Position in the list is governed by the values in the primary sort column. |
Febuary 18 V14SP2