ScrollBarInset
This enum is used with ScrollingFrame.HorizontalScrollBarInset and ScrollingFrame.VerticalScrollBarInset to indicate whether the canvas should be inset by ScrollBarThickness for the respective scroll bar.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
299 | None | 0 | The canvas will never be inset for the respective scroll bar. | |
299 | ScrollBar | 1 | The canvas will only be inset if the respective scroll bar is showing. | |
299 | Always | 2 | The canvas will always be inset for the respective scroll bar, regardless of whether that scroll bar is showing. |
Description
This enum is used with ScrollingFrame.HorizontalScrollBarInset and ScrollingFrame.VerticalScrollBarInset to indicate whether the canvas should be inset by ScrollBarThickness for the respective scroll bar.