SplitterControlExtensions
Wisej.Web.Markup.SplitterControlExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.SplitterControlExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets the BorderStyle property of the specified .
TSplitContainer
splitContainer
The split container for which to set the BorderStyle property.
borderStyle
Returns: . The modified split container with the updated BorderStyle property.
This method allows you to set the border style for the split container.
TSplitContainer
splitContainer
The split container for which to set the FixedPanel property.
fixedPanel
This method allows you to specify which panel remains the same size when the split container is resized.
TSplitContainer
splitContainer
The split container for which to set the IsSplitterFixed property.
value
A boolean indicating whether the splitter is fixed.
This method allows you to specify whether the splitter can be moved by the user.
TSplitContainer
splitContainer
The split container to attach the event handler to.
action
An action to execute when the orientation of the split container changes.
This method allows you to execute a custom action whenever the orientation of the split container changes.
Attaches an action to be executed when the splitter has been moved.
TSplitContainer
splitContainer
The split container instance to attach the event handler to.
action
The action to execute when the splitter is moved. It receives the split container and the event arguments as parameters.
Attaches an action to be executed when the splitter is being moved.
TSplitContainer
splitContainer
The split container instance to attach the event handler to.
action
The action to execute when the splitter is moving. It receives the split container and the event arguments as parameters.
TSplitContainer
splitContainer
The split container for which to set the Orientation property.
orientation
This method allows you to set the orientation (horizontal or vertical) of the split container.
TSplitContainer
splitContainer
The split container to which the controls will be added to Panel1.
controls
An array of controls to be added to Panel1.
This method allows you to add multiple controls to the first panel of a split container.
TSplitContainer
splitContainer
The split container for which to set the Panel1Collapsed property.
value
A boolean indicating whether Panel1 is collapsed.
This method allows you to collapse or expand Panel1 of the split container.
TSplitContainer
splitContainer
The split container for which to set the Panel1MinSize property.
size
The minimum size of Panel1.
This method allows you to specify the minimum size of Panel1 in the split container.
TSplitContainer
splitContainer
The split container to which the controls will be added to Panel2.
controls
An array of controls to be added to Panel2.
This method allows you to add multiple controls to the second panel of a split container.
TSplitContainer
splitContainer
The split container for which to set the Panel2Collapsed property.
value
A boolean indicating whether Panel2 is collapsed.
This method allows you to collapse or expand Panel2 of the split container.
TSplitContainer
splitContainer
The split container for which to set the Panel2MinSize property.
size
The minimum size of Panel2.
This method allows you to specify the minimum size of Panel2 in the split container.
TSplitContainer
splitContainer
The split container for which to set the splitter distance.
distance
The distance, in pixels, from the left or top edge of the split container to the splitter.
This method allows you to specify the size of the first panel in a split container by setting the distance of the splitter.
TSplitContainer
splitContainer
The split container for which to set the SplitterWidth property.
width
The width of the splitter.
This method allows you to specify the width of the splitter in the split container.
The type of the split container, must inherit from .
The to set for the split container.
Sets the FixedPanel property of the specified .
The type of the split container, must inherit from .
The to set for the split container.
Returns: . The modified split container with the updated FixedPanel property.
Sets the IsSplitterFixed property of the specified .
The type of the split container, must inherit from .
Returns: . The modified split container with the updated IsSplitterFixed property.
Attaches an event handler for the OrientationChanged event of the specified .
The type of the split container, must inherit from and support the OrientationChanged event.
Returns: . The modified split container with the attached OrientationChanged event handler.
The type of the split container, which must inherit from .
Returns: . The original split container instance with the event handler attached.
This method allows you to easily attach a custom action to the event.
The type of the split container, which must inherit from .
Returns: . The original split container instance with the event handler attached.
This method allows you to easily attach a custom action to the event.
Sets the Orientation property of the specified .
The type of the split container, must inherit from .
The to set for the split container.
Returns: . The modified split container with the updated Orientation property.
Adds an array of controls to Panel1 of the specified .
The type of the split container, which must inherit from .
Returns: . The split container with the updated Panel1 controls.
Sets the Panel1Collapsed property of the specified .
The type of the split container, must inherit from .
Returns: . The modified split container with the updated Panel1Collapsed property.
Sets the Panel1MinSize property of the specified .
The type of the split container, must inherit from .
Returns: . The modified split container with the updated Panel1MinSize property.
Adds an array of controls to Panel2 of the specified .
The type of the split container, which must inherit from .
Returns: . The split container with the updated Panel2 controls.
Sets the Panel2Collapsed property of the specified .
The type of the split container, must inherit from .
Returns: . The modified split container with the updated Panel2Collapsed property.
Sets the Panel2MinSize property of the specified .
The type of the split container, must inherit from .
Returns: . The modified split container with the updated Panel2MinSize property.
Sets the splitter distance for the specified , determining the size of Panel1.
The type of the split container, which must inherit from .
Returns: . The split container with the updated splitter distance.
Sets the SplitterWidth property of the specified .
The type of the split container, must inherit from .
Returns: . The modified split container with the updated SplitterWidth property.