DPanelList.SetSize

From GMod Wiki

Jump to: navigation, search
Function
Syntax DPanelList:SetSize( Integer x, Integer y )
Description:
Size of a DPanelList.
Returns: nil
In Object: DPanelList
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=DPanelList.SetSize]DPanelList.SetSize [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionSize of DermaPanel.
Used onNewerClient.png
Code
 
 
local DermaPanel = vgui.Create("DPanelList")
DermaPanel:SetPos(300,400)
DermaList:SetSize( 200, 200 )
 
OutputN/A
Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox