Header Control Styles (Compact 2013)
3/28/2014
The following table shows the styles that are supported by Windows Embedded Compact.
Header control 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 |
Enables 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 use the control as an information container instead of a visual control. |
HDS_HORZ |
Creates a horizontal header control. |