Group: Forum Members
Last Active: 7 Years Ago
Posts: 18,
Visits: 2
|
So I wanted to sort NCombobox.
ComboBox.Sorted was the method I used previous to Nevron.
Any ideas?
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Hello Vince, You can sort the items in the NComboBox by setting Sorted property of the NComboBox.ListProperties to true: nComboBox1.ListProperties.Sorted = true;
Best Regards, Nevron Support Team
|