TdxCustomLayoutControl.RedrawOnResize Property
In This Article
Specifies whether the layout control is repainted, when sizing.
#Declaration
Delphi
property RedrawOnResize: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
Set the RedrawOnResize property to False, to disable control repainting when sizing.
See Also