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 |
---|---|
StackDirections | 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 #
This class exposes no methods.
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
AllowDragResize | Boolean | True | Determines whether users can resize the split. |
BackgroundColor | ColorGroup | Nil | Color applied to the background of the component. |
BorderColor | ColorGroup | Nil | Color applied to the border of the component. |
HandleBackgroundColor | ColorGroup | Nil | Color applied to the drag handle area’s background. |
HandleBorderColor | ColorGroup | Nil | Color used to draw the border of the handle area. |
HandleColor | ColorGroup | Nil | Color used to draw the drag resize handle. |
HandleSize | Integer | 10 | Size of the drag handle. |
Position | Double | 50 | Position of the split in the view, in percent. |
StackDirection | StackDirections | StackDirections.Horizontal | Placement of panels views within the component. |