TdxRibbonBackstageViewTabSheetSizeOptions.AutoSize Property
In This Article
Specifies whether a tabbed page is automatically resized to entirely display its contents.
#Declaration
Delphi
property AutoSize: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set the AutoSize property to True, to enable automatic page sizing.
The default value of the AutoSize property is False.
See Also