You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you don't set list1.SelectedIndex = -1; before repopulating the ObservableCollection, you'll get the error Debug.Assert(!IsSlotOutOfSelectionBounds(slot)); in the SetRowSelection method.
If you don't set list1.SelectedIndex = -1; before repopulating the ObservableCollection, you'll get the error Debug.Assert(!IsSlotOutOfSelectionBounds(slot)); in the SetRowSelection method.