RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeader.SectionWidth Property

Determines the width, in pixels, of the sections of a header.

Pascal
property SectionWidth [X: Integer]: Integer;
C++
__property int SectionWidth[int X];

Use SectionWidth to specify the width of each header section. X is an index into the sections, from 0 to the number of sections - 1. For example, the index of the first section is 0, the second section is 1, and so on. 

 

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