1. Bind a ListView to an ArrayListObservable.
2. Make sure the view model of the list item contains a Command field.
3. In the itemTemplate, bind one of the views to the Command using
binding:onClick.
4. Now gradually add items to the end of the array list (I added two new items
every few seconds). While items are added, once in a while you'll see that the
first items in the list get reordered without any reason.
I'm using v0.6 preview.
Original issue reported on code.google.com by ilya.ko...@gmail.com on 30 Jan 2013 at 7:03
Original issue reported on code.google.com by
ilya.ko...@gmail.com
on 30 Jan 2013 at 7:03