Table of Contents
Enumerations #
Name | Values |
---|---|
Sizings | None FillWidth FillHeight Both |
Constants #
This class exposes no constants.
Events #
Name | Parameters | Return Type | Description |
---|---|---|---|
Scrolled | None | None | Raised when a scroll operation has occurred. |
Methods #
This class exposes no methods.
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
Container | DesktopContainer | Nil | Container that is housed within the area of the GraffitiScrollableArea. |
ContainerSize | Sizings | Sizings.Default | Constraints applied to the Content container. |
EnableDragScrolling | Boolean | False | When True, the user can scroll the container via mouse dragging. |
MaximumX (ReadOnly) | Integer | 0 | Maximum X scroll position. |
MaximumY (ReadOnly) | Integer | 0 | Maximum Y scroll position. |
PositionX | Integer | 0 | Current X scroll position. |
PositionY | Integer | 0 | Current Y scroll position. |