[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler signalled when a resize operation for a header section has been completed.
Source position: comctrls.pp line 4104
published property TCustomHeaderControl.OnSectionResize : TCustomSectionNotifyEvent |
OnSectionResize is a TCustomSectionNotifyEvent property with the event handler signalled when one of the header Sections has been resized by dragging the separator for the section. It is signalled (when assigned) in the SectionResize method with arguments that identify the header control and the header section for the event notification.
SectionResize / OnSectionResize occur when the left mouse button is released to complete a resizing operation. An application can implement and assign a handler routine using the signature in TCustomSectionNotifyEvent to perform actions related to the resize event for the selected section.
Use OnSectionSeparatorDblClick to handle a mouse double-click event on the section separator.
|
Performs actions needed to resize the specified header section. |
|
|
Sections - the short segments of the header separated by vertical bars that function as the elementary selection units of the header. |
|
|
Signals the OnMouseUp handler. |
|
|
Event handler signalled when a separator between header sections on the control is double-clicked. |
|
|
TCustomSectionNotifyEvent - generic event notification method for header section. |
Version 4.0 | Generated 2025-05-03 | Home |