Is it possible to have a custom sort/display order in a combox ? Say I want a special value \"MasterValue\" before all the others.
Instead of adding strings, create a class that implements IComparable and overrides ToString.
Add instances of that class to your ComboBox