TcxCustomHeader.OnSectionEndResize Event
Occurs after a header section had been resized.
Declaration
property OnSectionEndResize: TcxSectionNotifyEvent read; write;
Remarks
The OnSectionEndResize event occurs after a section had been resized by clicking and dragging the section’s edge. Maximum and minimum section width settings can be accessed by the section’s MaxWidth and MinWidth properties. To prevent a section from being resized, set its AllowResize property to False.
Parameter | Meaning |
---|---|
HeaderControl | The header control, where section resizing occurs. |
Section | The resized section. |
If you want to react during section resizing, handle the OnSectionTrack event.
See Also