Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
UltraComboEditor SortStyle vs MS ComboBox Sorted
posted

http://msdn.microsoft.com/en-us/library/system.windows.forms.combobox.sorted.aspx

With MS Combo I can first sort existing items with Sorted = True then turn Sorted = False and add any other item to the top or bottom of the list without further affecting the sort.

With UltraComboEditor I can't replicate turning on/off sorting to get the same functionality.     Setting the SortStyle to None will put the display back to unsorted.

SortStyle = ValueListSortStyle.Ascending