Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[UWP] How to scroll in CollectionView ? #9631

Closed
MireTH opened this issue Feb 19, 2020 · 6 comments
Closed

[UWP] How to scroll in CollectionView ? #9631

MireTH opened this issue Feb 19, 2020 · 6 comments
Labels
a/collectionview in-progress This issue has an associated pull request that may resolve it! p/UWP t/bug 🐛

Comments

@MireTH
Copy link

MireTH commented Feb 19, 2020

Hello, I would like to know if it is possible to scroll in a collectionView on UWP without using the ScrollBar? That is to say with a Click and slide or with the mouse wheel?

@hartez
Copy link
Contributor

hartez commented Feb 19, 2020

@MireTH If you're running on a desktop, the mouse wheel should be scrolling it. Is that not working for you?

I don't believe "click and slide" works on desktop, but if you're running on a tablet you can scroll by dragging your finger.

@PureWeen PureWeen added s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. s/needs-repro ❔ This reported issue doesn't include a sample project reproducing the issue. Please provide one. labels Feb 19, 2020
@MireTH
Copy link
Author

MireTH commented Feb 24, 2020

@hartez I am on a desk but the mouse wheel does not work at all..., but on tablet / smartphone it's ok

Edit : The mouse wheel work if the collectionView is vertical but never in horizontal mode.

@samhouts samhouts added a/collectionview p/UWP t/question s/unverified New report that has yet to be verified t/bug 🐛 and removed t/question s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. s/needs-repro ❔ This reported issue doesn't include a sample project reproducing the issue. Please provide one. labels Feb 25, 2020
@jsuarezruiz
Copy link
Contributor

I've done tests and the mouse wheel works with a vertical CollectionView but not horizontally. A touch mouse works (Ex: Magic Mouse, etc.).

@jsuarezruiz jsuarezruiz removed the s/unverified New report that has yet to be verified label Feb 26, 2020
@saiyamshah143
Copy link

Will the Collectionview reachedcommand and reachedcommandthreshold work on UWP?
Because with listview it loads all items at once #2478

@EmilAlipiev
Copy link
Contributor

EmilAlipiev commented Jul 7, 2020

I have fixed that but i cant PR now until they merge or reject my other PR because i created the PR from my master fork and i don't want to waste my time with all those cherrypicking etc. I hope this year my other PR will be reviewed so i can PR this fix as well :D

@EmilAlipiev
Copy link
Contributor

Here is the PR resolves the issue including test case #11372

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/collectionview in-progress This issue has an associated pull request that may resolve it! p/UWP t/bug 🐛
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants