RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFlowPanel.FullRepaint Property

Determines how the panel repaints itself when it is resized.

Pascal
property FullRepaint: Boolean;
C++
__property Boolean FullRepaint;

FullRepaint controls how the panel responds when it is resized. When FullRepaint is true, the entire panel, including the beveled border repaints when the size changes. When FullRepaint is false, only the area inside the beveled border repaints. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!