Skip to main content

TdxCustomLayoutControl.RedrawOnResize Property

Specifies if the Layout control redraws content during resize operations.

Declaration

property RedrawOnResize: Boolean read; write;

Property Value

Type Description
Boolean

True if the Layout control redraws nested controls during resize operations; otherwise, False.

Remarks

You can set the RedrawOnResize property to False to increase resize operation performance. This option may be useful if your application design is based on a resizable layout that includes graphics-rich controls.

Default Value

The Available property’s default value is True.

See Also