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