Skip to content

ScrollFrame

A container that provides automatic scrolling capabilities with visual scrollbars. Displays vertical and/or horizontal scrollbars when child content exceeds the container's dimensions.

Extends: Container

Properties

PropertyTypeDefaultDescription
showScrollBarbooleantrueWhether to show scrollbars
scrollBarSymbolstring"" The symbol used for the scrollbar handle
scrollBarBackgroundstring"\127"The symbol used for the scrollbar background
scrollBarColorcolorlightGrayColor of the scrollbar handle
scrollBarBackgroundColorcolorgrayBackground color of the scrollbar
contentWidthnumber0The total width of the content (calculated from children)
contentHeightnumber0The total height of the content (calculated from children)

Released under the MIT License.