TabControl.ContentAutoFit

Syntax

ContentAutoFit: Boolean

Description

The ContentAutoFit property determines autofit of the control contents to the parent item.

Comments

Available values:

Use JSON or the setContentAutoFit method to set the property value and the getContentAutoFit method to get the property value.

Example

The example of property use is given in description of the TabControl.removeItemByIndex method.

See also:

TabControl