Type
enum ScrollbarStyles
Description
Determines how the horizontal 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 Bever show the horizontal scrollbar:
WebsterPro1.ScrollBarStyleHorizontal = ScrollbarOff