GraffitiSuite Docs
Docs
Graffitipagepanelitem
Loading document parsing libraries...
# GraffitiPagePanelItem Class ## Enumerations | Name | Value | Description | | --- | :---: | --- | | Sizings | Default <br> FillHorizontal <br> FillVertical <br> FillBoth | Supported dimension modifications. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Sub | Constructor | (None) | Creates a new instance of the class. | | Sub | Constructor | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Container | DesktopContainer | Nil | Container for this panel item. ReadOnly after construction. | | ContainerSize | Sizings | Nil | Determines how the container is sized within the panel's view. | | Private | As | Nil | | | Tag | Variant | Nil | Developer storage. | | view | GraffitiScrollableArea | Nil | The contained scrollable area that containers are embedded within. |