TdxWizardControlOptionsSize.MinHeight Property
Specifies the minimum height of the page content, in pixels.
Declaration
property MinHeight: Integer read; write; default 0;
Property Value
Type | Default |
---|---|
Integer | 0 |
Remarks
Use this property to limit the page content height of a wizard control in AutoSize mode. Setting the MinHeight property to 0 indicates that the page height is limited only by the wizard control’s height limit specified via the dxWizardControlMinHeight global constant. Refer to the TdxWizardControlOptionsAnimate.ResizeAnimation property description for details on the AutoSize mode.
The default value of the MinHeight property is 0.
See Also