GraffitiSuite Docs
Docs
Graffitiscrollablearea
Loading document parsing libraries...
# GraffitiScrollableArea Class Inherits GraffitiSuite.BaseContainer ## About GraffitiScrollableArea brings easy to implement scrollable container views to your UI with support for vertical or horizontal autosizing and scrollbar visibility management. ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Enumerations | Name | Value | Description | | --- | :---: | --- | | ContainerSizes | None <br > FillWidth <br > FillHeight <br > Both | Supported container sizing models to automatically apply. | | ScrollbarVisibilities | Auto <br > AlwaysVisible <br > AlwaysHidden | Support scrollbar visibility models. | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Opening | (None) | (None) | (None) | | Paint | g as Graphics | (None) | (None) | | Resized | (None) | (None) | Raised when resizing has complete. | | Resizing | (None) | (None) | Raise during resize operations. | | Scrolled | (None) | (None) | Raised when a scroll operation has occurred. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Container | DesktopContainer | (None) | Container that is housed within the area of the GraffitiScrollableArea. | | ContainerSize | ContainerSizes | (None) | Constraints applied to the Content container. | | EnableDragScrolling | Boolean | (None) | When True, the user can scroll the container via mouse dragging. | | LiveScrolling | Boolean | (None) | Determines the responsiveness of scrollbars. | | MaximumX | Integer | (None) | Maximum X scroll position. | | MaximumY | Integer | (None) | Maximum Y scroll position. | | PositionX | Integer | (None) | Current X scroll position. | | PositionY | Integer | (None) | Current Y scroll position. | | ScrollbarSize | Integer | (None) | (None) | | ScrollbarVisibility | ScrollbarVisibilities | (None) | Determines the visibility model of scrollbars. |