Skip to main content

TdxFluentDesignFormAdaptiveLayoutOptions.Enabled Property

Specifies if a Fluent Design form adapts its layout to different target form sizes.

Declaration

property Enabled: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

A Fluent Design application automatically adapts its layout to different screen sizes. If the Enabled property is set to True, the Fluent Design form changes display mode of an associated navigation control once the form’s size reaches certain threshold (or “breakpoint”) values.

The Enabled property’s default value is True.

See Also