Skip to main content

TdxWizardControlOptionsAnimate.ResizeAnimation Property

Specifies the active Wizard control’s resize animation mode.

Declaration

property ResizeAnimation: TdxWizardControlResizeAnimation read; write; default wcraDefault;

Property Value

Type Default Description
TdxWizardControlResizeAnimation wcraDefault

The active resize animation mode for the Wizard control.

Remarks

The Wizard control can adjust dimensions according to active page content if the AutoSize property is set to True. The ResizeAnimation property allows you to select any available resize animation mode.

Tip

We recommend that you use Wizard Application and Form templates shipped with the VCL Template Kit to create a form compatible with the Aero View style.

Available Options

wcraDefault
The wizard resize animation is played based on the active View Style.
wcraEnabled
The wizard resize animation is explicitly enabled.
wcraDefault
The wizard resize animation is explicitly disabled.

Wizard Page Size Constraints

You can limit content dimensions for individual pages using the OptionsSize property. To apply the same limitations to all pages, use dxWizardControlMinWidth and dxWizardControlMinHeight global constants instead.

Limitations and Considerations

The ResizeAnimation property is in effect only if the following conditions are met:

Default Value

The ResizeAnimation property’s default value is wcraDefault.

See Also