The TabViewScrollBars enumeration contains options of scrollbar displaying.
It is used by the following property:
Value | Brief description |
0 | None. Scrollbars are not displayed. |
1 | Horizontal. Only horizontal scrollbar is displayed. |
2 | Vertical. Only vertical scrollbar is displayed. |
3 | Both. Both horizontal and vertical scrollbars are displayed. |
4 | Auto. Automatic determining whether it is required to show the particular scroll bar depending on the table contents. |
See also: