Skip to main content
Version: 4.1

ScrollProperties

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Encapsulates properties related to scrolling.

public class ScrollProperties

Properties

Instance member Orientation

ScrollOrientation: Returns the orientation of the scrollbar. (Default: False)

Protected member Owner

Control: The control that owns the scrollbar.

Instance member Value

Int32: Returns or sets a numeric value that represents the current position of the scroll bar. (Default: 0)

Instance member Visible

Boolean: Returns whether the scroll bar is visible. (Default: False)

Inherited By

NameDescription
HScrollPropertiesProvides basic properties for the HScrollBar
VScrollPropertiesProvides basic properties for the VScrollBar class.