I have a combobox that lists all the values of a base enum. I was hoping to sort my values in alphabetical order but the FormComboBox.sort() method does not seem to do anything in my case. From what I've seen it takes either 0 or 1 as an argument for sort order and then should sort the contents of the combobox but that just doesn't happen. My only guess is that maybe it can't sort the values from an enum, but I don't know. Does anyone have any insight on this?
*This post is locked for comments
I have the same question (0)