TdxStatusBarPanel.MinWidth Property
Specifies minimum panel width.
Declaration
property MinWidth: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
Use the MinWidth property to specify the minimum width of the panel. The panel’s Width property cannot be set to a value less than that specified by this property.
If the Fixed property value is True, the size of the panel is not changed when resizing the underlying form. Otherwise, they can be resized, but cannot be less than that specified by the MinWidth property.
See Also