ScrollBar::AutoScrollType Enum
enum AutoScrollType { AutoScroll = 0, NoAutoScroll = DG_SB_NOAUTOSCROLL };
Value Definitions
- AutoScroll
The scroll box moves automatically according to the scroll event. - NoAutoScroll
The scroll box is not moved automatically according to the scroll event. The application will receive a more-detailed event from DG.