TdxLayoutItemControlOptions.MinWidth Property
In This Article
Specifies the minimum width for an embedded control.
#Declaration
Delphi
property MinWidth: Integer read; write; default dxLayoutItemControlDefaultMinWidth;
#Property Value
Type | Default |
---|---|
Integer | dx |
#Remarks
Use this property to set the minimum width for an embedded control whose width is calculated automatically.
The MinWidth property’s default value is 20.
See Also