"tabKeyCellFocus"

Gets/Sets if the table can receive the focus by using the tab key.

Synopsis

table.tabKeyCellFocus(bool)

Parameters

Parameter Description
bool
  • false (default) - The tab key cannot be used to navigate between cells
  • true - Allows to use the tab key inside a table for navigation

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.

Assignment

Table