nmetulev / comet

Universal Windows Platform (UWP) toolkit library. Contains controls for creating great user experiences for Universal Windows Applications
MIT License
59 stars 12 forks source link

RefreshableListView: if items are added to the top of the listview while the listview is not scrolled all the way, refreshing is broken #3

Closed nmetulev closed 8 years ago

nmetulev commented 8 years ago

ScrollViewer is not always resetting to 0 when at the top (the value sometimes was 0.something). Change way of checking if at the top or not.