GraffitiSuite Docs
Docs
Graffitisplitviewarea
Loading document parsing libraries...
# GraffitiSplitViewArea Class ## Enumerations | Name | Value | Description | | --- | :---: | --- | | Sizings | Default <br > FillWidth <br > FillHeight <br > FillWidthAndHeight | Supported container sizing models. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | (None) | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | ContainerSize | Sizings | (None) | Constraints applied to the Content container. | | Content | DesktopContainer | (None) | Container that is housed within the area of the GraffitiSplitView. | | MinimumSize | Double | 10 | Minimum possible size in percentage. | | view | GraffitiScrollableArea | (None) | Scrollable area into which containers are embedded. | | Width | Double | (None) | Current width of the area. |