Column Header Context Menu
The column header context menu enables end-users to manipulate the column (apply sorting, calculate the best column width, etc). This menu is activated by right-clicking a column header.
The table below lists the main properties affecting the element’s appearance:
Availability | The TreeListOptionsMenu.EnableColumnMenu option. |
Contents | The TreeList.PopupMenuShowing event enables you to modify the menu before it is displayed. |
Behavior | The TreeList.TreeListMenuItemClick event enables you to provide custom responses to clicking menu items. |
See Also