Header control styles supported by Windows CE are described in the following table.
| Style | Description |
|---|---|
| HDS_BUTTONS | Causes each header item to look and behave like a button. This style is useful if an application carries out a task when the user clicks an item in the header control. |
| HDS_DRAGDROP | Allows drag-and-drop reordering of header items. |
| HDS_FULLDRAG | Causes the header control to display column contents even while a user resizes a column. |
| HDS_HIDDEN | Creates a header control that you can hide by setting its height to zero. This style is useful when you want to use the control as an information container instead of a visual control. |
| HDS_HORZ | Creates a horizontal header control. |