TdxLayoutControl.RedrawOnResize Property
Specifies if the Layout control redraws content during resize operations.
Declaration
property RedrawOnResize; default True;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | True |
|
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