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