Splitter Bar
C1Splitter's divider is a bar that can be resized or formatted through the SplitterBar object, which allows for the following customizations:
• Changing the divider's width between the two panes.
• Adding a collapsed or expanded image to the bar to indicate collapsed or expanded panes.
• Applying a hover mouse-over style to the divider.
• Setting the location of the splitter bar.
• Applying custom CSS styles to further mark the distinction of a collapsed, dragged, or hovered divider.
To achieve these customizations, you can use any of the properties in the SplitterBar object:
Property |
Description |
Gets or sets the CSS class name for rendering the splitter bar while it is collapsed. | |
Gets or sets the URL of the image that will be displayed on the splitter bar when it is collapsed and the mouse is over it. | |
Gets or sets the URL of image that will be displayed on splitter bar when it is collapsed. | |
Gets or sets the CSS class name for rendering the splitter bar. | |
Gets or sets the CSS class name for rendering the splitter bar while it is being dragged. | |
Gets or sets the URL of image that will be displayed on splitter bar when it is expanded and the mouse is over it. | |
Gets or sets the URL of image that will be displayed on splitter bar when it is expanded. | |
Gets or sets the CSS class name for rendering the splitter bar while mouse is over it. | |
Gets or sets the ToolTip when mouse is over the splitter bar. | |
Gets or sets the width of the splitter bar in pixels. |
|