RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeader.AllowResize Property

Determines if the user can modify the size of the header at runtime with the mouse.

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

If AllowResize is false, the sections within a header can't be resized. If AllowResize is true, clicking a border of a header section and dragging it left or right changes the width of the section. The default value is true. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!