GraffitiSuite Docs
Docs
Graffitiscrollbar
Loading document parsing libraries...
# GraffitiScrollbar Class Inherits GraffitiUIControl ## About A highly configurable and animated scrollbar control with automatic visibility controls to make your app feel native while providing custom power. ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | False | True | ### Console | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ### iOS | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Opening | (None) | (None) | | | ValueChanged | (None) | (None) | Raised when the value has changed. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Hide | immediately as Boolean = False | (None) | Hides the control, optionally animated. | | Show | immediately as Boolean = False | (None) | Shows the control, optionally animated. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | AnimationLength | Integer | Nil | Length of show and hide animations in milliseconds. | | AutomaticVisibility | Boolean | Nil | | | AutomaticVisibilityLength | Integer | 3000 | Length of time to wait before showing or hiding scrollbars with automatic visibility. | | IsHidden | Boolean | Nil | | | KnobBackgroundColor | ColorGroup | Nil | | | KnobBorderColor | ColorGroup | Nil | | | LargeChange | Integer | Nil | | | Maximum | Integer | Nil | | | Minimum | Integer | Nil | | | SmallChange | Integer | Nil | | | TrackBackgroundColor | ColorGroup | Nil | | | TrackBorderColor | ColorGroup | Nil | | | TrackVisible | Boolean | Nil | | | Value | Integer | Nil | |