Table of Contents
ScrollBars Enumeration

Specifies which scroll bars will be visible on a control.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 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.
See Also