Back to Devexpress

TdxCustomLayoutControl.RedrawOnResize Property

vcl-dxlayoutcontrol-dot-tdxcustomlayoutcontrol-b2cfff87.md

latest969 B
Original Source

TdxCustomLayoutControl.RedrawOnResize Property

Specifies if the Layout control redraws content during resize operations.

Declaration

delphi
property RedrawOnResize: Boolean read; write;

Property Value

TypeDescription
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

TdxCustomLayoutControl Class

TdxCustomLayoutControl Members

dxLayoutControl Unit