ScrollBar::ThumbType Enum
enum ThumbType
{
Normal = DG_SB_NORMAL,
Proportional = DG_SB_PROPORTIONAL
};
Value Definitions
- Normal
Normal scrollbar. - Proportional
The scroll box size changes automatically, when the page size is changed.
Graphisoft®
Dialog ManagerVersion: 2.0
enum ThumbType
{
Normal = DG_SB_NORMAL,
Proportional = DG_SB_PROPORTIONAL
};