TabControl.ContentAutoFit

Syntax

ContentAutoFit: Boolean;

Description

The ContentAutoFit property determines whether control contents is automatically fit to the parent component.

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 property use is given in description of the TabControl.removeItemByIndex method.

See also:

TabControl