ScrollBar
Wisej.Web.ScrollBar
Last updated
Was this helpful?
Wisej.Web.ScrollBar
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Implements the basic functionality of a scroll bar control.
Initializes a new instance of the class.
: Returns or sets a value to be added to or subtracted from the property when the scroll box is moved a large distance. (Default: 10
)
Throws:
The assigned value is less than 0.
Throws:
Throws:
e
e
Processes the event from the client.
e
Event arguments.
Renders the client component.
config
Dynamic configuration object.
Represents an horizontal scroll bar.
Represents a vertical scroll bar.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns or sets the upper limit of values of the scrollable range. (Default: 100
)
: Returns or sets the lower limit of values of the scrollable range. (Default: 0
)
: Returns the orientation of the scrollbar control.
: Returns or sets the value to be added to or subtracted from the property when the scroll box is moved a small distance. (Default: 1
)
The assigned value is less than 0.
: Returns or sets whether the user can give the focus to this control using the TAB key and the property is set to true. (Default: False
)
: Returns or sets a numeric value that represents the current position of the scroll box on the scroll bar control. (Default: 0
)
The assigned value is less than the property value; or the assigned value is greater than the property value.
Fires the event.
A that contains the event data.
Fires the event.
An that contains the event data.
Fired when the scroll box has been moved by either a mouse or keyboard action.
Fired when the property is changed, either by a event or programmatically.
All wisej controls derived from the class must implement this interface.