VGUI SectionedListPanel: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
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.
A ListPanel is a vgui2 element defined in the vgui_controls library, in the file ListPanel.cpp. ListPanels are available in all source games. The standard scoreboard was created using a ListPanel, and thus represents a good example of the ListPanel's capabilities.


[[Image:ImageList.jpg|thumb|This screenshot represents valve's default scoreboard which was built using an ImageList.]]
[[Image:ListPanel.jpg|thumb|This screenshot represents valve's default scoreboard which was built using a ListPanel.]]

Revision as of 13:33, 6 June 2009

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

This screenshot represents valve's default scoreboard which was built using a ListPanel.