Skip to content
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

Pull To Refresh Sample #95

Closed
mjsabin01 opened this issue Jul 29, 2015 · 1 comment
Closed

Pull To Refresh Sample #95

mjsabin01 opened this issue Jul 29, 2015 · 1 comment
Assignees

Comments

@mjsabin01
Copy link

I was looking over the Pull To Refresh sample and had a couple of questions:

1.) I noticed that you put the ListView inside a ScrollViewer. I was under the impression that it shouldn't be done, because it would prevent virtualization. Is that not the case?

2.) I am able to get the pull to refresh to work with my touch screen, but is there any way to get it to work with a mouse?

@mikehenderlight
Copy link

  1. In this case virtualization will still work because we have provided a constraint with the MyPanel object.
  2. This gesture is only intended to work for touch and not mouse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants