TabSheetSettings.VisibleSelectionResizer

Syntax

VisibleSelectionResizer: Boolean;

Description

The VisibleSelectionResizer property determines whether to show the resizer for table cells selection area.

Comments

Use JSON or the setVisibleSelectionResizer method to set the property value, and the getVisibleSelectionResizer method to get the property value.

If the property is True, selection area resizer is shown, otherwise it is not.

Example

The example of use is given on the page with description of the TabSheetSettings.SmoothScrolling property.

See also:

TabSheetSettings