Table of Contents
Preview #
About #
GraffitiTabPanel is a system-styled component that uses the Mobile SegmentButton control along with some custom drawing and positioning magic to bring a beautifully-animated TabPanel to your mobile applications.
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 | item as MobileSegment container as MobileContainer | None | Adds a new tab and panel to the control. |
AddAt | index as Integer item as MobileSegment container as MobileContainer | None | Adds a new tab and 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 | item as MobileSegment | Integer | Returns the index of the specified MobileSegment within the internal array. |
LastIndex | None | Integer | Returns the last index of items in the internal array. |
Remove | item as MobileSegment | 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. |
SegmentAt | index as Integer | MobileSegment | Returns the MobileSegment at the specified index within the internal array. |
Properties #
Name | Parameters | Return Type | Description |
---|---|---|---|
AnimationSpeed | Integer | 250 | Length of animations in milliseconds. |
SelectedIndex | Integer | -1 | Index of the currently selected tab. |
SelectedSegment | MobileSegment | Nil | Currently selected MobileSegment. |