Type
enum ScrollbarStyles
Description
Determines how the vertical scrollbar is displayed. Values are can be:
0 - ScrollbarOff
1 - ScrollbarOn
2 - ScrollBarAuto
The default is ScrollBarAuto, which displays the scrollbar only when necessary.
Example
REM Always show the vertical scrollbar:
WebsterPro1.ScrollBarStyleVertical = ScrollbarOn