TdxCustomLayoutControl.RedrawOnResize Property
Specifies if the Layout control redraws content during resize operations.
Declaration
property RedrawOnResize: Boolean read; write;
Property Value
Type | Description |
---|---|
Boolean |
|
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