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 | | --- | :---: | :---: | --- | | Constructor | container as DesktopContainer | (None) | Creates a new instance of the class. | | Constructor | container as DesktopContainer <br> size as GraffitiPagePanelItem.Sizings | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Container | DesktopContainer | (None) | Container for this panel item. ReadOnly after construction. | | ContainerSize | Sizings | (None) | Determines how the container is sized within the panel's view. | | Tag | Variant | (None) | Developer storage. | | view | GraffitiScrollableArea | (None) | The contained scrollable area that containers are embedded within. |