Skip to main content

TdxWizardControlOptionsSize.MinWidth Property

Specifies the minimum width of the page content, in pixels.

Declaration

property MinWidth: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

Use this property to limit the page content width of a wizard control in AutoSize mode. Setting the MinWidth property to 0 indicates that the page width is limited only by the wizard control’s width limit specified via the dxWizardControlMinWidth global constant. Refer to the TdxWizardControlOptionsAnimate.ResizeAnimation property description for details on the AutoSize mode.

The default value of the MinWidth property is 0.

See Also