Stick
Docks a panel, applies a margin to all sides, and invalidates its layout instantly.
Arguments
(Optional) Number dock
Side to dock the panel to, uses DOCK
enums
(Optional) Number margin
Margin which will be applied to all sides of the panel
(Optional) Boolean dontInvalidate
Prevents the panel's layout from being invalidated.
Example
local pnl = vgui.Create("DPanel")
pnl:Stick(LEFT, 2)