Specifies which scroll bars will be visible on a control.
[Visual Basic]
Public Enum ScrollBars
[C#]
public enum ScrollBars
Members
| Member Name |
Description |
| Auto | Control automatically displays a scroll bar if needed. |
| Horizontal | Only horizontal scroll bars are shown. |
| Vertical | Only vertical scroll bars are shown. |
| Both | Both horizontal and vertical scroll bars are shown. |
| None | No scroll bars are shown. |
Requirements
Namespace:
EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
EO.Web Namespace