Garry's Mod Wiki

DVScrollBar:SetUp

  DVScrollBar:SetUp( number barSize, number canvasSize )

Description

Sets up the scrollbar for use.

The scrollbar will automatically disable itself if the total height of the canvas is lower than the height of the panel that holds the canvas during this function call.

Arguments

1 number barSize
The size of the panel that holds the canvas, basically size of "1 page".
2 number canvasSize
The total size of the canvas, this typically is the bigger number.