TdxLayoutSizeOptions.MaxHeight Property
In This Article
Specifies the maximum height of a layout item, in pixels.
#Declaration
Delphi
property MaxHeight: Integer read; write; default 0;
#Property Value
Type | Default |
---|---|
Integer | 0 |
#Remarks
Use the MaxHeight and MaxWidth properties to limit the Height and Width property values, respectively. If the MaxHeight property is set to 0, the layout item’s height is limited only by its parent container’s height.
Note
The Max
The layout item is within a group whose Layout
Direction property is set to ldHorizontal .The layout item’s Align
Vert property is set to avParent or avManaged Client .
The MaxHeight property’s default value is 0.
See Also