Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.SplitContainer
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a control consisting of a movable bar that divides a container's display area into two resizable panels.
Initializes a new instance of the class.
: Returns or sets the background image displayed in the control.
Throws:
Throws:
Throws:
Throws:
Resets the size of the splitter to the value set in the theme.
: Returns or sets the background image displayed in the control.
: Returns or sets the for the .
: Returns or sets the style of border for the .
: Returns or sets which panel remains the same size when the container is resized.
: Returns or sets whether the splitter is fixed or movable.
: Returns or sets a value indicating the horizontal or vertical orientation of the panels.
: Returns the left or top panel of the , depending on .
: Returns or sets a value determining whether is collapsed or expanded.
: Returns or sets the minimum distance in pixels of the splitter from the left or top edge of .
The specified value is incompatible with the orientation.
: Returns the right or bottom panel of the , depending on .
: Returns or sets a value determining whether is collapsed or expanded.
: Returns or sets the minimum distance in pixels of the splitter from the right or bottom edge of .
The specified value is incompatible with the orientation.
: Returns or sets the location of the splitter, in pixels, from the left or top edge of the .
The value is less than zero.
The value is incompatible with the orientation.
: Returns the size and location of the splitter relative to the .
: Returns or sets the width of the splitter in pixels.
The value is less than one or is incompatible with the orientation.
Fired when the value of changes.
Fired when the splitter control is moved.
Fired when the splitter control is in the process of moving.
Name | Description |
---|
None
Panel1
Panel2
Returns or sets which SplitContainer panel remains the same size when the container is resized.
Bindable components implement this interface. |
Provides the functionality for a control to act as a parent for other controls. |
All wisej components 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 splitter control is in the process of moving. |
Wisej.Web.SplitterEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the SplitterMoved event.
Initializes an instance of the SplitterEventArgs class with the specified coordinates of the mouse pointer and the coordinates of the upper-left corner of the SplitContainer control.
Name | Type | Description |
---|---|---|
Int32: Returns or sets the x-coordinate of the upper-left corner of the splitter (in client coordinates).
Int32: Returns or sets the y-coordinate of the upper-left corner of the splitter (in client coordinates).
Int32: Returns the x-coordinate of the mouse pointer (in client coordinates).
Int32: Returns the y-coordinate of the mouse pointer (in client coordinates).
Wisej.Web.SplitterPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Creates a panel that is associated with a SplitContainer.
Initializes a new instance of the SplitterPanel class with its specified SplitContainer.
Name | Type | Description |
---|---|---|
Boolean: Returns or sets a value that indicates whether the SplitterPanel is collapsed.
HeaderPosition: Returns or sets a value that indicates to which side should the panel collapse.
String: The name of this SplitterPanel.
Control: Returns or sets the SplitContainer that contains this SplitterPanel.
Size: Returns or sets the height and width of the SplitterPanel.
Wisej.Web.SplitterEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the SplitterMoved event of a SplitContainer.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.SplitterCancelEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for splitter events.
Initializes a new instance of the SplitterCancelEventArgs class with the specified coordinates of the mouse pointer and the upper left corner of the SplitContainer.
Name | Type | Description |
---|---|---|
Int32: Returns or sets the X coordinate of the upper left corner of the splitter in client coordinates.
Int32: Returns or sets the Y coordinate of the upper left corner of the splitter in client coordinates.
All wisej controls derived from the class must implement this interface.
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Represents the method that will handle the SplitterMoved event of a SplitContainer.
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.
sender
The source of the event.
e
A SplitterEventArgs that contains the event data.
Fired when the splitter control is moved.
Represents the method that will handle the SplitterMoving event of a SplitContainer.
x
The x-coordinate of the mouse pointer (in client coordinates).
y
The y-coordinate of the mouse pointer (in client coordinates).
splitX
The x-coordinate of the upper-left corner of the splitter (in client coordinates).
splitY
The y-coordinate of the upper-left corner of the splitter (in client coordinates).
splitContainer
The SplitContainer that contains the SplitterPanel.
splitX
The X coordinate of the upper left corner of the splitter in client coordinates.
splitY
The Y coordinate of the upper left corner of the splitter in client coordinates.