TdxRibbonBackstageViewTabSheetSizeOptions.MinWidth Property
In This Article
Specifies the tabbed page’s minimum width in pixels.
#Declaration
Delphi
property MinWidth: Integer read; write; default 0;
#Property Value
Type | Default |
---|---|
Integer | 0 |
#Remarks
If the MinWidth property is 0, the minimum width is calculated automatically.
The default value of the MinWidth property is 0.
See Also