SetWheelScrollMultiplier
NScroller:SetWheelScrollMultiplier(NewWheelScrollMultiplier)
SetScrollWhenFocusChanges
NScroller:SetScrollWhenFocusChanges(NewScrollWhenFocusChanges)
NewScrollWhenFocusChanges
SetScrollBarVisibility
NScroller:SetScrollBarVisibility(Visibility)
SetScrollBarThickness
NScroller:SetScrollBarVisibility(NewThickness)
SetScrollBarPadding
NScroller:SetScrollBarPadding(NewPadding)
SetOrientation
NScroller:SetOrientation(Orientation)
SetConsumeMouseWheel
NScroller:SetConsumeMouseWheel(NewConsumeMouseWheel)
SetAnimateWheelScrolling
NScroller:SetAnimateWheelScrolling(ShouldAnimate?)
SetAlwaysShowScrollBar
NScroller:SetAlwaysShowScrollBar(Show?)
SetAllowOverscroll
NScroller:SetAllowOverscroll(AllowOverscroll?)
SetAllowRightClickDragScrolling
NScroller:SetAllowRightClickDragScrolling(Allow?)
SetAlwaysShowScrollBarTrack
NScroller:SetAlwaysShowScrollBarTrack(AlwaysShow?)
SetBackPadScrolling
NScroller:SetBackPadScrolling(BackPadScrolling?)
SetFrontPadScrolling
NScroller:SetFrontPadScrolling(FrontPadScrolling?)
ScrollToStart
NScroller:ScrollToStart()
ScrollToEnd
NScroller:ScrollToEnd()
EndInertialScrolling
NScroller:EndInertialScrolling()
SetBrush
NScroller:SetBrush(BarThickness, TopShadowBrush, BottomShadowBrush, LeftShadowBrush, RightShadowBrush)
GetBrush
— Returns table.
local ret = NScroller:GetBrush()
SetBarBrush
NScroller:SetBarBrush(BarThickness, NormalBrush, HoveredBrush, DraggedBrush)
GetBarBrush
— Returns table.
local ret = NScroller:GetBarBrush()
SetVerticalBackgroundBrush
NScroller:SetVerticalBackgroundBrush(Brush)
SetHorizontalBackgroundBrush
NScroller:SetHorizontalBackgroundBrush(Brush)
SetVerticalBrush
NScroller:SetVerticalBrush(Brush)
SetHorizontalBrush
NScroller:SetHorizontalBrush(Brush)