Skip to main content
Version: 3.5

ScrollProperties

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Encapsulates properties related to scrolling.

public class ScrollProperties

Properties

Instance memberOrientation

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

Instance memberValue

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

Instance memberVisible

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.