Back to Devexpress

TdxLayoutControl.RedrawOnResize Property

vcl-dxlayoutcontrol-dot-tdxlayoutcontrol.md

latest955 B
Original Source

TdxLayoutControl.RedrawOnResize Property

Specifies if the Layout control redraws content during resize operations.

Declaration

delphi
property RedrawOnResize; default True;

Property Value

TypeDefaultDescription
BooleanTrue

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

TdxLayoutControl Class

TdxLayoutControl Members

dxLayoutControl Unit