DPanelList
Description
Displays elements in a horizontal or vertical list. A scrollbar is automatically shown if necessary.
DPanelList was succeeded in version 13 by more specialised layout elements.
We advise against using this. It may be changed or removed in a future update.
Use a combination of DIconLayout, DListLayout and DScrollPanel instead.
Use a combination of DIconLayout, DListLayout and DScrollPanel instead.
Parent
Derives methods, etc not listed on this page from DPanel.
Methods
DPanelList:AddItem( Panel pnl, string state = "nil" )
Adds a existing panel to the end of DPanelList.
DPanelList:CleanList()
Removes all items.
DPanelList:EnableVerticalScrollbar()
Enables/creates the vertical scroll bar so that the panel list can be scrolled through.
number DPanelList:GetPadding()
Returns offset of list items from the panel borders set by DPanelList:SetPadding