GraffitiPagePanel

Preview #

No previews available.

About #

GraffitiPagePanel is a that allows developers to embed multiple containers within their UI and easily switch between them.

Enumerations #

NameValues
This class exposes no enumerations.

Constants #

NameValues
This class exposes no constants.

Events #

NameParametersReturn TypeDescription
SelectionChangedNoneNoneRaised when the currently visible tab has changed and any animations are complete.

Methods #

NameParametersReturn TypeDescription
Addcontainer as MobileContainerNoneAdds a new panel to the control.
AddAtindex as Integer
container as MobileContainer
NoneAdds a new panel to the control at the specified index.
ContainerAtindex as IntegerMobileContainerReturns the container at the specified index in the internal array.
IndexOfcontainer as MobileContainerIntegerReturns the index of the specified MobileCOntainer within the internal array.
LastIndexNoneIntegerReturns the last index of items in the internal array.
Removecontainer as MobileContainerNoneRemoved the specified item and its associated container.
RemoveAllNoneNoneRemove all currently added items.
RemoveAtindex as IntegerNoneRemoves the item at the specified index.

Properties #

NameParametersReturn TypeDescription
AnimationSpeedInteger250Length of animations in milliseconds.
SelectedIndexInteger-1Index of the currently selected tab.