GraffitiScrollableArea

Enumerations #

NameValues
SizingsNone
FillWidth
FillHeight
Both

Constants #

This class exposes no constants.

Events #

NameParametersReturn TypeDescription
ScrolledNoneNoneRaised when a scroll operation has occurred.

Methods #

This class exposes no methods.

Properties #

NameTypeDefault ValueDescription
ContainerDesktopContainerNilContainer that is housed within the area of the GraffitiScrollableArea.
ContainerSizeSizingsSizings.DefaultConstraints applied to the Content container.
EnableDragScrollingBooleanFalseWhen True, the user can scroll the container via mouse dragging.
MaximumX (ReadOnly)Integer0Maximum X scroll position.
MaximumY (ReadOnly)Integer0Maximum Y scroll position.
PositionXInteger0Current X scroll position.
PositionYInteger0Current Y scroll position.