TabbingStyle controls how the TAB key works in a grid
Member of Grid (PRIM_GRID)
Data Type - Enumeration
The TabbingStyle property defines how focus will work with regards to the cells in the grid when the Tab key is used.
Enum Value | Description |
---|---|
AlongRow | Tab from left to right until the end of the row |
AroundGrid | Tabs from left to right and top to bottom, wrapping round to start again |
LeaveGrid | Tab to the next foxus control |
ThroughGrid | Tabs from left to right and top to bottom, and then to the next control on reaching the end |
Febuary 18 V14SP2