DPanelList.SetAutoSize
From GMod Wiki
Function | |
Syntax | DPanelList:SetAutoSize( Boolean ) |
Description: | |
Automatic Size of a DPanelList. | |
Returns: | nil |
In Object: | DPanelList |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DPanelList.SetAutoSize]DPanelList.SetAutoSize [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Automatic Size of DermaPanel. |
---|---|
Used on | |
Code | local DermaPanel = vgui.Create("DPanelList") DermaPanel:SetPos(300,400) DermaList:SetAutoSize(true) |
Output | N/A |