TdxTileControlOptionsBehavior.FocusItemOnCycle Property
Specifies a value indicating whether an end-user can move focus to the next/previous row via the rightmost/leftmost tile within the current row.
Declaration
property FocusItemOnCycle: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to True to let end-users press the Left or Right Arrow key to cycle focus within the tile control by moving focus to:
The next row when it passes the last tile of the current row;
The previous row when it passes the first tile of the current row.
Otherwise, if the leftmost/rightmost tile item is focused within the current row, pressing the Left/Right Arrow key has no effect.
The default value of the FocusItemOnCycle property is True.
See Also