ScrollProperties

Wisej.Web.ScrollProperties

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

Encapsulates properties related to scrolling.

public class ScrollProperties

Properties

Orientation

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

Owner

Control: The control that owns the scrollbar.

Value

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

ValueInternal

Int32:

Visible

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

Methods

Update(data)

Updates the values of the scrollbar using the data received from the server.

Parameter
Type
Description

data

Inherited By

Name
Description

Provides basic properties for the HScrollBar

Provides basic properties for the VScrollBar class.

Last updated

Was this helpful?