windowsforms-1063-controls-and-libraries-tree-list-visual-elements-column-header.md
Column headers identify the columns in a Tree List control. A column header contains:
The column header panel contains the headers of all the visible columns. Hidden columns’ headers are displayed in the Customization Form. Right-clicking a column header activates the column header’s context menu.
The table below lists the main properties which affect the element’s appearance:
|
Appearance
|
The TreeListAppearanceCollection.HeaderPanel property.
Note : the appearance settings which specify the background and border colors are ignored if a Tree List is painted in WindowsXP or Office2003 style.
| |
Custom Draw Event
|
The TreeList.CustomDrawColumnHeader event.
| |
Visibility
|
The TreeListOptionsView.ShowColumns option specifies whether column headers are displayed. A column’s TreeListOptionsColumn.ShowInCustomizationForm option specifies whether the column header can appear in the Customization Form when hidden.
| |
Contents
|
|
See Also