Contents Index Topic Contents | ||
Previous Topic: Header Control Reference Next Topic: Header Control Messages |
Header Control Styles
Header controls have a number of styles, described below, that determine the control's appearance and behavior. You set the initial styles when you create the header control. To retrieve and change the styles after creating the control, use the GetWindowLong and SetWindowLong functions.
- HDS_BUTTONS
- Each item in the control looks and behaves like a push button. This style is useful if an application carries out a task when the user clicks an item in the header control. For example, an application could sort information in the columns differently depending on which item the user clicks.
- HDS_DRAGDROP
- Version 4.70. Allows drag-and-drop reordering of header items.
- HDS_FULLDRAG
- Version 4.70. Causes the header control to display column contents even while the user resizes a column.
- HDS_HIDDEN
- Indicates a header control that is intended to be hidden. This style does not hide the control. Instead, when you send the HDM_LAYOUT message to a header control with the HDS_HIDDEN style, the control returns zero in the cy member of the WINDOWPOS structure. You would then hide the control by setting its height to zero. This can be useful when you want to use the control as an information container instead of a visual control.
- HDS_HORZ
- Creates a header control with a horizontal orientation.
- HDS_HOTTRACK
- Version 4.70. Enables hot tracking.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.