- Normal
- Proportional
- Focusable
- NonFocusable
- AutoScroll
- NoAutoScroll
__init__(self, DGLib.Panel, GSRoot.Rect,
DGLib.ScrollBar.ThumbType = ThumbType.Normal,
DGLib.ScrollBar.FocusableType = FocusableType.Focusable,
DGLib.ScrollBar.AutoScrollType = AutoScrollType.AutoScroll
) -> None
SetMin(self,int) -> None
SetMax(self,int) -> None
SetValue(self,int) -> None
GetMin(self) -> int
GetMax(self) -> int
GetValue(self) -> int
SetPageSize(self,int) -> None
GetPageSize(self) -> int