RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeaderSection.AutoSize Property

Indicates whether the header section should size itself to exactly hold its contents.

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

When AutoSize is true, the header section (and the header control that contains it) automatically resizes to adjust to changes. When AutoSize is false, the header section size is fixed unless changed programmatically. 

 

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