RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomHeaderControl.OnSectionResize Event

Respond to section resizing.

Pascal
property OnSectionResize: TCustomSectionNotifyEvent;
C++
__property TCustomSectionNotifyEvent OnSectionResize;

The OnSectionResize event occurs when the user resizes a header section. If the Tracking property is true (default), a series of OnSectionResize events occur while the user is manipulating the section. Otherwise, OnSectionResize occurs only when the user releases the mouse button. 

 

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