ContentAutoFit: Boolean;
The ContentAutoFit property determines whether control contents is automatically fit to the parent component.
Available values:
true. Control contents will fit to parent item.
false. Default value. Control contents will not be fit to parent elemernt.
Use JSON or the setContentAutoFit method to set the property value and the getContentAutoFit method to get the property value.
The property use is given in description of the TabControl.removeItemByIndex method.
See also: