E.g. you have CheckComboBox with digits from 0 to 9 as ItemsSource. If you assign “3,2,1” (assuming that delimiter has its default value), then selected value is recalculated to “1,2,3”. Sometimes is critical to preserve selection order.
↧