ElasticBehavior
This enum is used by ScrollingFrame.ElasticBehavior to specifies how elastic scrolling behaves for a ScrollingFrame.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
329 | WhenScrollable | 0 | The scrollbar will be elastic when there is content to be scrolled to. | |
329 | Always | 1 | The scrollbar will always have elastic scrolling available, even when there isn't content available to scroll to. | |
329 | Never | 2 | The scrollbar will never have elastic scrolling available. |
Description
This enum is used by ScrollingFrame.ElasticBehavior to control when elastic scrolling is active for a ScrollingFrame.
History 4
- 329 Add WhenScrollable
- 329 Add Never
- 329 Add Always
- 329 Add ElasticBehavior