Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.SplitContainer
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.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 SplitContainer class.
Image: Returns or sets the background image displayed in the control. (Default: null
)
String: Returns or sets the background image displayed in the control. (Default: null
)
BindingContext: Returns or sets the BindingContext for the SplitContainer.
BorderStyle: Returns or sets the style of border for the SplitContainer. (Default: Solid
)
FixedPanel: Returns or sets which SplitContainer panel remains the same size when the container is resized. (Default: None
)
Boolean: Returns or sets whether the splitter is fixed or movable. (Default: False
)
Orientation: Returns or sets a value indicating the horizontal or vertical orientation of the SplitContainer panels. (Default: Vertical
)
SplitterPanel: Returns the left or top panel of the SplitContainer, depending on Orientation.
Boolean: Returns or sets a value determining whether Panel1 is collapsed or expanded. (Default: False
)
Int32: Returns or sets the minimum distance in pixels of the splitter from the left or top edge of Panel1. (Default: 25
)
Throws:
ArgumentOutOfRangeException The specified value is incompatible with the orientation.
SplitterPanel: Returns the right or bottom panel of the SplitContainer, depending on Orientation.
Boolean: Returns or sets a value determining whether Panel2 is collapsed or expanded. (Default: False
)
Int32: Returns or sets the minimum distance in pixels of the splitter from the right or bottom edge of Panel2. (Default: 25
)
Throws:
ArgumentOutOfRangeException The specified value is incompatible with the orientation.
Int32: Returns or sets the location of the splitter, in pixels, from the left or top edge of the SplitContainer. (Default: 50
)
Throws:
ArgumentOutOfRangeException The value is less than zero.
InvalidOperationException The value is incompatible with the orientation.
Rectangle: Returns the size and location of the splitter relative to the SplitContainer.
Int32: Returns or sets the width of the splitter in pixels.
Throws:
ArgumentOutOfRangeException The value is less than one or is incompatible with the orientation.
Resets the size of the splitter to the value set in the theme.
EventHandler Fired when the value of Orientation changes.
SplitterEventHandler Fired when the splitter control is moved.
SplitterCancelEventHandler Fired when the splitter control is in the process of moving.
Wisej.Web.SplitterEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the event.
Initializes an instance of the class with the specified coordinates of the mouse pointer and the coordinates of the upper-left corner of the control.
Name | Type | Description |
---|
: Returns or sets the x-coordinate of the upper-left corner of the splitter (in client coordinates).
Wisej.Web.SplitterCancelEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for splitter events.
Initializes a new instance of the class with the specified coordinates of the mouse pointer and the upper left corner of the .
Name | Type | Description |
---|
: Returns or sets the X coordinate of the upper left corner of the splitter in client coordinates.
: Returns or sets the Y coordinate of the upper left corner of the splitter in client coordinates.
Name | Description |
---|---|
: Returns or sets the y-coordinate of the upper-left corner of the splitter (in client coordinates).
: Returns the x-coordinate of the mouse pointer (in client coordinates).
: Returns the y-coordinate of the mouse pointer (in client coordinates).
Name | Description |
---|
: Returns or sets a value that indicates whether the is collapsed. (Default: False
)
: Returns or sets a value that indicates to which side should the panel collapse. (Default: Top
)
: The name of this .
: Returns or sets the that contains this .
: Returns or sets the height and width of the .
Name | Description |
---|
Name | Description |
---|
Bindable components implement this interface.
Provides the functionality for a control to act as a parent for other controls.
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.
Bindable components implement this interface. |
Controls that support drag & drop operations implement this interface. |
Provides access to common image properties across the controls that implement this interface. |
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. |
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 |
None | Specifies that neither , is fixed. A event affects both panels. |
Panel1 | Specifies that is fixed. A event affects only . |
Panel2 | Specifies that is fixed. A event affects only . |
Returns or sets which panel remains the same size when the container is resized. |
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. |
Wisej.Web.SplitterEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the method that will handle the SplitterMoved event of a SplitContainer.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Represents the method that will handle the event of a .
All wisej controls derived from the class must implement this interface.
Represents the method that will handle the event of a .
The that contains the .
sender
The source of the event.
e
A SplitterEventArgs that contains the event data.
Fired when the splitter control is moved.