"tabKeyCellFocus"
Gets/Sets if the table can receive the focus by using the tab key.
Synopsis
table.tabKeyCellFocus(bool)
Parameters
Parameter | Description |
---|---|
bool |
|
Details
If enabled and the input focus is assigned to a table by pressing the tab key, the top left table cell is selected. By pressing the tab key again, the focus moves to the next table cell until the bottom right cell is reached.
Pressing the tab key again while the focus is on the bottom right cell, the focus is assigned to the next focusable shape in the panel.
By using Shift + Tab, the movement direction of the focus can be reversed.