ContentAutoFit: Boolean
The ContentAutoFit property determines autofit of the control contents to the parent item.
Available values:
true. Control contents will fit to parent item.
false. Control contents will no fit to parent item (default).
Use JSON or the setContentAutoFit method to set the property value and the getContentAutoFit method to get the property value.
The example of property use is given in description of the TabControl.removeItemByIndex method.
See also: