By tapping an item first comes the SelectionChanged event followed by SelectedItem being set on ViewModel. This should be in reverse order. First set SelectedItem, then raise SelectionChanged event. This order corresponds to ListBox.
Comments: Closing fixed issues.
Comments: Closing fixed issues.