In a ListBox bound to an ObservableCollection, if the position of a selected item is changed, the selection is lost. The selected item should remain selected even after its position is changed. This ...
I noticed that if you have a ViewModel that has for example a List or an ObservableCollection (that implement INotifyPropertyChanged) on iOS the size of the row is not dynamically changed when ...