ScrollBars

Wisej.Web.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

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

NameDescription

Returns or sets the type of scroll bars to display for the ScrollableControl control.

Returns or sets which scroll bars should appear.

Returns or sets the type of scroll bars to display for the DataGridView control.

Returns or sets the type of scroll bars to display for the HtmlPanel control.

Last updated