DVScrollBar
Description
This is used internally - although you're able to use it you probably shouldn't.
Use DScrollPanel.
A scrollbar used in DScrollPanel.
The scrollbar notably contains DVScrollBar.btnUp, DVScrollBar.btnDown, and DVScrollBar.btnGrip which are the up button, down button, and grip respectively. Editing the paint functions of these allows custom scrollbar styling. See DScrollPanel:GetVBar for an example.
Parent
Derives methods, etc not listed on this page from Panel.
Methods
DVScrollBar:AnimateTo( number scroll, number length, number delay = 0, number ease = -1 )
Smoothly scrolls to given level.
boolean DVScrollBar:GetHideButtons()
Returns whether or not the manual up/down scroll buttons are visible or not. Set by DVScrollBar:SetHideButtons.
DVScrollBar:Grip()
This is used internally - although you're able to use it you probably shouldn't.
Called from within DScrollBarGrip
DVScrollBar:SetHideButtons( boolean hide )
Allows hiding the up and down buttons for better visual stylisation.