Skip to main content

TdxStatusBarPanel.MinWidth Property

Specifies minimum panel width in pixels.

Declaration

property MinWidth: Integer read; write;

Property Value

Type Description
Integer

The minimum panel width in pixels.

Remarks

The MinWidth property specifies the minimum value for the Width property (including form resize operations when the Fixed property is set to False).

Default Value

The MinWidth property’s default value is 20.

Note

The default MinWidth property value may change depending on the selected panel type and content.

See Also