TabSheetSettings.IsScrollBarPartial

Syntax

IsScrollBarPartial: Boolean

Description

The IsScrollBarPartial property determines how the scrollbars are displayed.

Comments

Use JSON or the setIsScrollBarPartial method to set the property value, and the getIsScrollBarPartial method to get the property value.

If the property is True, the scrolling area does not include rows and columns that contain the following numbers:

Otherwise the scrollbars are shown for the whole table:

By default the property is set to False.

Example

The example of property use is given on the TabSheetSettings.VerticalExpandVolume page.

See also:

TabSheetSettings