Table of Contents
Preview #
No previews available.
About #
GraffitiPagePanel is a that allows developers to embed multiple containers within their UI and easily switch between them.
Enumerations #
This class exposes no enumerations.
Constants #
This class exposes no constants.
Events #
Name | Parameters | Return Type | Description |
---|---|---|---|
SelectionChanged | None | None | Raised when the currently visible panel has changed and any animations are complete. |
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Add | item as GraffitiPagePanelItem | None | Adds a new panel to the control. |
AddAt | index as Integer item as GraffitiPagePanelItem | None | Adds a new panel to the control at the specified index. |
ContainerAt | index as Integer | GraffitiPagePanelItem | Returns the panel at the specified index in the internal array. |
IndexOf | item as GraffitiPagePanelItem | Integer | Returns the index of the specified item within the internal array. |
LastIndex | None | Integer | Returns the last index of items in the internal array. |
Remove | item as GraffitiPagePanelItem | None | Removed the specified item and its associated container. |
RemoveAll | None | None | Remove all currently added items. |
RemoveAt | index as Integer | None | Removes the item at the specified index. |
Properties #
Name | Parameters | Return Type | Description |
---|---|---|---|
AnimationSpeed | Integer | 250 | Length of animations in milliseconds. |
SelectedIndex | Integer | -1 | Index of the currently selected tab. |