SplitContainer
Wisej.Web.SplitContainer
Last updated
Was this helpful?
Wisej.Web.SplitContainer
Last updated
Was this helpful?
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.
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.
: 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.
All wisej controls derived from the class must implement this interface.