Hello!
I have a tab control generated at runtime, having as ItemsSource an ObservableCollection of objects ( that implements IComparable interface; the tab names are the names of the objects and CompareTo method returns the String.compareTo value of those names ). Is there the possibility to show the tabs arranged in the alphabetical order?
Thank you!
Roxana C