Reference API Roblox

Engine API

Website

Related

Reference API Roblox

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

HistoryNameValueDescription
299None0

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

299ScrollBar1

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

299Always2

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.

History 4

Settings