Revision Difference
DComboBox:SetSortItems#554062
<function name="SetSortItems" parent="DComboBox" type="panelfunc">
<ispanel>yes</ispanel>⤶
<description>
Sets whether or not the items should be sorted alphabetically in the dropdown menu of the <page>DComboBox</page>. If set to false, items will appear in the order they were added by <page>DComboBox:AddChoice</page> calls.
This is enabled by default.
</description>
<file line="8">lua/vgui/dcombobox.lua</file>
<realm>Client and Menu</realm>
<args>
<arg name="sort" type="boolean">true to enable, false to disable</arg>
</args>
</function>