Wisej.Web.ScrollEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that handles the Scroll event of a ScrollableControl, ScrollBar, TrackBar, or DataGridView.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
sender
The source of the event.
e
A ScrollEventArgs 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 SlideBar widget scrolls its content.
Wisej.Web.ScrollEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.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.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
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.
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.
Wisej.Web.ScrollableControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Defines a base class for controls that support auto-scrolling behavior.
Initializes a new instance of the ScrollableControl class.
Boolean: Returns or sets whether the container enables the user to scroll to any controls placed outside of its visible boundaries.
Size: Returns or sets the size of the auto-scroll margin.
Throws:
ArgumentOutOfRangeException The Height or Width value assigned is less than 0.
Size: Returns or sets the minimum size of the auto-scroll.
Rectangle: Returns the rectangle that represents the virtual display area of the control.
HScrollProperties: Returns the properties associated with the horizontal scroll bar.
ScrollBars: Returns or sets the type of scroll bars to display for the ScrollableControl control.
VScrollProperties: Returns the properties associated with the vertical scroll bar.
Computes the location of the specified screen point into client coordinates.
Returns: Point. A Point that represents the converted Point, point , in client coordinates.
Computes the location of the specified client point into screen coordinates.
Returns: Point. A Point that represents the converted Point, point , in screen coordinates.
Scrolls the specified child control into view.
Scrolls the specified child control into view. using the specified alignX and alignY preferences.
ScrollEventHandler Fired when the user or code scrolls through the client area.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
point
The screen coordinate Point to convert.
point
The client coordinate Point to convert.
control
The child control to scroll into view.
control
The child control to scroll into view.
alignX
Indicates the HorizontalAlignment preference. The final location of the control depends on the scrollable range and the available space. Note that Center will not scroll the control to the center, but will instead scroll it into the closest visible location with the minimum movement.
alignY
Indicates the VerticalAlignment preference. The final location of the control depends on the scrollable range and the available space. Note that Middle will not scroll the control to the middle, but will instead scroll it into the closest visible location with the minimum movement.
Represents a panel that dynamically lays out its contents in a grid composed of rows and columns.
UI implementation for the FileDialog class.
UI implementation for the FolderDialog class.
Represents the navigation and manipulation user interface (UI) for controls that are bound to a data source.
Provides focus-management functionality for controls that can function as a container for other controls.
Represents a panel that dynamically arranges its children horizontally or vertically in automatic rows or columns.
Represents a window or dialog box that makes up an application's user interface.
Represents a web page that fills the browser and acts as the main container for the application. An application can have only one active main page at any given time.
Represents a collapsible panel with an optional header that contains a group of controls.
Represents a control consisting of a movable bar that divides a container's display area into two resizable panels.
Creates a panel that is associated with a SplitContainer.
Represents a single tab page in a TabControl.
Provides an empty control that can be used to create other controls.
Displays data in a customizable list format.
Used by the DataRepeater control to display data at run time.
Represents a desktop container that can host floating windows.
Represents a panel in a Accordion control.
Represents a panel that dynamically arranges its child controls.
Provides an popup container that can be attached to other controls.
Bindable components 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.