Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.HScrollBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents an horizontal scroll bar.
Name | Description |
---|---|
Wisej.Web.ScrollBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.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:
Wisej.Web.HScrollProperties
: 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 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.
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.
Name | Description |
---|
Name | Description |
---|
: Returns whether the scroll bar is visible. (Default: False
)
Represents an horizontal scroll bar. |
Represents a vertical scroll bar. |
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. |
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
sender | The source of the event. |
e | A that contains the event data. |
Fired when the user or code scrolls through the client area. |
Fired when the scroll box has been moved by either a mouse or keyboard action. |
Fired when the user or code scrolls the grid. |
Fired when the widget scrolls its content. |
Fired when the user or code scrolls the . |
owner |
Wisej.Web.ScrollProperties
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Encapsulates properties related to scrolling.
ScrollOrientation: Returns the orientation of the scrollbar. (Default: False
)
Int32: Returns or sets a numeric value that represents the current position of the scroll bar. (Default: 0
)
Boolean: Returns whether the scroll bar is visible. (Default: False
)
Name | Description |
---|---|
Wisej.Web.ScrollEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the Scroll event.
Initializes a new instance of the ScrollEventArgs class using the given values for the Type and NewValue properties.
Name | Type | Description |
---|---|---|
Initializes a new instance of the ScrollEventArgs class using the given values for the Type and NewValue properties.
Name | Type | Description |
---|---|---|
Initializes a new instance of the ScrollEventArgs class using the given values for the Type, NewValue, and ScrollOrientation properties.
Name | Type | Description |
---|---|---|
Initializes a new instance of the ScrollEventArgs class using the given values for the Type, OldValue, and NewValue properties.
Initializes a new instance of the ScrollEventArgs class using the given values for the Type, OldValue, NewValue, and ScrollOrientation properties.
Int32: Returns or sets the new Value of the scroll bar.
Int32: Returns the old Value of the scroll bar.
ScrollOrientation: Returns the scroll bar orientation that raised the Scroll event.
ScrollEventType: Returns the type of scroll event that occurred.
Wisej.Web.VScrollProperties
All wisej controls derived from the class must implement this interface.
A that contains the scroll bar.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
: Returns whether the scroll bar is visible. (Default: False
)
type
One of the ScrollEventType values.
oldValue
The old value for the scroll bar.
newValue
The new value for the scroll bar.
type
One of the ScrollEventType values.
oldValue
The old value for the scroll bar.
newValue
The new value for the scroll bar.
scroll
One of the ScrollOrientation values.
Represents the method that handles the Scroll event of a ScrollableControl, ScrollBar, TrackBar, or DataGridView.
Provides basic properties for the HScrollBar
Provides basic properties for the VScrollBar class.
args
The arguments received from the client.
type
One of the ScrollEventType values.
newValue
The new value for the scroll bar.
type
One of the ScrollEventType values.
newValue
The new value for the scroll bar.
scroll
One of the ScrollOrientation values.
owner |
A that contains the scroll bar.
Wisej.Web.VScrollBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a vertical scroll bar.
Name | Description |
---|---|
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.