GraffitiWall

Preview #

About #

GraffitiWall is a class that allows developers to embed multiple containers within their UI and display them in a cascading manner.

Enumerations #

This class exposes no enumerations.

Constants #

This class exposes no constants.

Events #

NameParametersReturn TypeDescription
PositioningCompleteNoneNoneRaised when all child containers are in their final position.

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.
UpdateNoneNoneForce all container positions to be recalculated and applied.

Properties #

NameParametersReturn TypeDescription
AnimatedBooleanTrueDetermines whether container movement is animated.
AnimationSpeedInteger1500Length of animations in milliseconds.
BackgroundColorColorGroupNilColor drawn to the background of the component.
BorderColorColorGroupNilColor used to draw the component’s border.
ColumnCountInteger3Number of columns in which to sort containers.
GutterHeightInteger0Vertical distance between containers.
GutterWidthInteger0Horizontal distance between containers.
MinColumnsInteger0Minimum number of columns allowed for sorting containers.