Graphisoft®

Dialog ManagerVersion: 2.0

ScrollBar::AutoScrollType Enum

The autoscroll/no-autoscroll type of the scroll bar.

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.