Is it possible to sort the entries in a combobox?
I don’t think there is a method of the Combobox to sort directly. You could load your items into an array, sort the array and then add the array items to the combobox.
Is it possible to sort the entries in a combobox?
I don’t think there is a method of the Combobox to sort directly. You could load your items into an array, sort the array and then add the array items to the combobox.