-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PullToRefreshListView doesn't work correctly with grouping #647
Comments
Ping @nmetulev |
I am able to replicate this and it seems to only happen when refreshing with mouse, not with touch, can you confirm? |
I suppose so, as I only tried on laptop using mouse. |
Up? I'm using this control in a project and need grouping... ;( |
#787 should fix this issue. Refreshing with mouse caused the content to scroll even when not scrolled to the top. Prevented mouse refresh when content is not scrolled to the top and set default behavior of control to disable refresh with mouse. |
fixed pulltorefreshlistview refresh with mouse re: #647
Build a example as in http://stackoverflow.com/questions/37122502/listview-group-in-uwp and switch to PullToRefreshListView:
... and ...
(if needed, add more data, in order to be able to scroll groups)
Pulling to refresh at the start of the list, it looks fine.
Scroll a bit down, and "Pull to Refresh and Release to Refresh" messages get lost.
Scroll even more, so that the the first group is scrolled out of window. Now pulling down will show header of the previous group instead of "Pull to Refresh and Release to Refresh" messages.
Following is seen when pulling down list when on the second group
The text was updated successfully, but these errors were encountered: