anagram4wander / VirtualizingObservableCollection

.NET PCL With Virtualizing Observable Collection
http://alphachitech.wordpress.com/2015/01/31/virtualizing-observable-collection/
56 stars 28 forks source link

Fix compute PlaceHolder position #10

Open evgenekov opened 9 years ago

evgenekov commented 9 years ago

In the procedure GetPlaceHolder need to pass a parameter the index of the first element of the page, but passes the Index of the first visible list item.