All pages
Powered by GitBook
1 of 1

Loading...

ScrollBars

Wisej.Web.ScrollBars

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Specifies which scroll bars will be visible on a control.

public enum ScrollBars : Enum
Public Enum ScrollBars As [Enum]

Fields

Name
Description

Used By

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.

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.