🦠 Functions
SetBoxStyleSheet
MyScrollBox:SetBoxStyleSheet(ScrollBoxStyle)
GetBoxStyleSheet
— Returns ScrollBoxStyle.
local ret = MyScrollBox:GetBoxStyleSheet()
SetBarStyleSheet
MyScrollBox:SetBarStyleSheet(ScrollBarStyle)
GetBarStyleSheet
— Returns ScrollBarStyle.
local ret = MyScrollBox:GetBarStyleSheet()
SetOrientation
MyScrollBox:SetOrientation(Orientation)
SetWheelScrollMultiplier
MyScrollBox:SetWheelScrollMultiplier(NewWheelScrollMultiplier)
SetScrollWhenFocusChanges
MyScrollBox:SetScrollWhenFocusChanges(NewScrollWhenFocusChanges)
NewScrollWhenFocusChanges
SetScrollBarVisibility
MyScrollBox:SetScrollBarVisibility(Visibility)
SetScrollBarThickness
MyScrollBox:SetScrollBarThickness(NewThickness)
SetScrollBarPadding
MyScrollBox:SetScrollBarPadding(NewPadding)
SetConsumeMouseWheel
MyScrollBox:SetConsumeMouseWheel(NewConsumeMouseWheel)
SetAnimateWheelScrolling
MyScrollBox:SetAnimateWheelScrolling(ShouldAnimate)
SetAlwaysShowScrollBar
MyScrollBox:SetAlwaysShowScrollBar(AlwaysShowScrollBar?)
SetAlwaysShowScrollBarTrack
MyScrollBox:SetAlwaysShowScrollBarTrack(AlwaysShowScrollbarTrack?)
AlwaysShowScrollbarTrack?
SetAllowOverscroll
MyScrollBox:SetAllowOverscroll(AllowOverscroll?)
SetAllowRightClickDragScrolling
MyScrollBox:SetAllowRightClickDragScrolling(AllowRightClickDragScrolling?)
AllowRightClickDragScrolling?
ScrollToStart
MyScrollBox:ScrollToStart()
ScrollToEnd
MyScrollBox:ScrollToEnd()
EndInertialScrolling
MyScrollBox:EndInertialScrolling()