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

NameValueSummary
None0

The canvas will never be inset for the respective scroll bar.

ScrollBar1

The canvas will only be inset if the respective scroll bar is showing.

Always2

The canvas will always be inset for the respective scroll bar, regardless of whether that scroll bar is showing.

On this page