Table of Contents
Preview #
About #
GraffitiSplitView is a simple and powerful way to display multiple panes of data or functionality in your UI while giving users the freedom to size the areas as they need to.
Enumerations #
Name | Values |
---|---|
Directions | Horizontal Vertical |
Constants #
This class exposes no constants.
Events #
Name | Parameters | Return Type | Description |
---|---|---|---|
PositionChanged | None | None | Raised when the Position value has changed. |
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Collapse | None | None | Collapses the splitter to the lowest value. |
Expand | None | None | Expands the splitter to the highest value. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
AreaAfter | GraffitiSplitViewArea | Auto-Generated | The area that occupies the left/top position. |
AreaBefore | GraffitiSplitViewArea | Auto-Generated | The area that occupies the right/bottom position. |
HandleIndicator | WebSDKUIControl.Indicators | Default | Bootstrap indicator applied to the handle. |
HandleSize | Integer | 10 | Size (in pixels) of the resize handle. |
HandleStyle | GraffitiStyle | Nil | GraffitiStyle applied to the resize handle. |
Position | Double | 50 | Position of the split in the view, in percent. |
SnapDistance | Integer | 0 | Distance (in percent) to snap either fully collapsed or expanded when dragging. |
StackDirection | StackDirections | StackDirections.Horizontal | Placement of panels views within the component. |