Skip to main content
Version: 3.5

ScrollBars

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies which scroll bars will be visible on a control.

public enum ScrollBars : Enum

Fields

NameDescription
BothBoth scroll bars are shown when necessary.
HiddenScrolling functionality is active but the scrollbar are hidden.
HorizontalShows only the horizontal scroll bar when necessary.
NoneNo scroll bars are shown and scrolling functionality is disabled.
VerticalShows only the vertical scroll bar when necessary.

Used By

NameDescription
ScrollableControl.ScrollBarsReturns or sets the type of scroll bars to display for the ScrollableControl control.
TextBox.ScrollBarsReturns or sets which scroll bars should appear.
DataGridView.ScrollBarsReturns or sets the type of scroll bars to display for the DataGridView control.
HtmlPanel.ScrollBarsReturns or sets the type of scroll bars to display for the HtmlPanel control.