Suppose I change the ordering of the elements, but I don't want to just reload the items; I want to animate the movement. Can it be done? ObservableCollection has a Move method, but no bulk methods like iOS' ListView.
↧
Suppose I change the ordering of the elements, but I don't want to just reload the items; I want to animate the movement. Can it be done? ObservableCollection has a Move method, but no bulk methods like iOS' ListView.