ElasticBehavior
This enum is used by ScrollingFrame.ElasticBehavior to control when elastic scrolling is active on touch‑enabled devices.
Items
Name | Value | Summary |
---|---|---|
WhenScrollable | 0 | Scrolling is elastic when there is content to be scrolled to. |
Always | 1 | Scrolling is always elastic, even when there isn't content available to scroll to. |
Never | 2 | Scrolling is never elastic and the canvas will never scroll beyond its bounds. |