ScrollBars
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies which scroll bars will be visible on a control.
- C#
- VB.NET
public enum ScrollBars : Enum
Public Enum ScrollBars As [Enum]
Fields
| Name | Description |
|---|---|
| Both | Both scroll bars are shown when necessary. |
| Hidden | Scrolling functionality is active but the scrollbar are hidden. |
| Horizontal | Shows only the horizontal scroll bar when necessary. |
| None | No scroll bars are shown and scrolling functionality is disabled. |
| Vertical | Shows only the vertical scroll bar when necessary. |
Used By
| Name | Description |
|---|---|
| ScrollableControl.ScrollBars | Returns or sets the type of scroll bars to display for the ScrollableControl control. |
| TextBox.ScrollBars | Returns or sets which scroll bars should appear. |
| DataGridView.ScrollBars | Returns or sets the type of scroll bars to display for the DataGridView control. |
| HtmlPanel.ScrollBars | Returns or sets the type of scroll bars to display for the HtmlPanel control. |