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