Grid - TabbingStyle Property

TabbingStyle controls how the TAB key works in a grid

Member of Grid (PRIM_GRID)

Data Type - Enumeration

Details

The TabbingStyle property defines how focus will work with regards to the cells in the grid when the Tab key is used.

Allowed Values

Enum ValueDescription
AlongRowTab from left to right until the end of the row
AroundGridTabs from left to right and top to bottom, wrapping round to start again
LeaveGridTab to the next foxus control
ThroughGridTabs from left to right and top to bottom, and then to the next control on reaching the end


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2