VGUI SectionedListPanel

From Valve Developer Community
Revision as of 13:31, 6 June 2009 by Ring2ding (talk | contribs) (New page: An ImageList is a vgui2 element defined in the vgui_controls library, in the file ImageList.cpp. ImageLists are available in all source games. The standard scoreboard was created using an ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

An ImageList is a vgui2 element defined in the vgui_controls library, in the file ImageList.cpp. ImageLists are available in all source games. The standard scoreboard was created using an ImageList, and thus represents a good example of the ImageList's capabilities.

File:ImageList.jpg
This screenshot represents valve's default scoreboard which was built using an ImageList.