Preview #
No previews available.
About #
GraffitiPagePanel is a that allows developers to embed multiple containers within their UI and easily switch between them.
Enumerations #
Name Values This class exposes no enumerations.
Constants #
Name Values This class exposes no constants.
Events #
Name Parameters Return Type Description SelectionChanged None None Raised when the currently visible tab has changed and any animations are complete.
Methods #
Name Parameters Return Type Description Add container as MobileContainer None Adds a new panel to the control. AddAt index as Integer container as MobileContainer None Adds a new panel to the control at the specified index. ContainerAt index as Integer MobileContainer Returns the container at the specified index in the internal array. IndexOf container as MobileContainer Integer Returns the index of the specified MobileCOntainer within the internal array. LastIndex None Integer Returns the last index of items in the internal array. Remove container as MobileContainer 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.