Pager Control Styles

This section lists the window styles used when creating pager controls.

Constant Description
PGS_AUTOSCROLL
The pager control will scroll when the user hovers the mouse over one of the scroll buttons.
PGS_DRAGNDROP
The contained window can be a drag-and-drop target. The pager control will automatically scroll if an item is dragged from outside the pager over one of the scroll buttons.
PGS_HORZ
Creates a pager control that can be scrolled horizontally. This style and the PGS_VERT style are mutually exclusive and cannot be combined.
PGS_VERT
Creates a pager control that can be scrolled vertically. This is the default direction if no direction style is specified. This style and the PGS_HORZ style are mutually exclusive and cannot be combined.

Requirements

Requirement Value
Header
CommCtrl.h