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?

@pauldipietro pauldipietro added this to New in Triage Feb 19, 2020
@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 moved this from New to Needs Info in Triage Feb 19, 2020
@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
@PureWeen PureWeen added this to Backlog in CollectionView via automation 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
@samhouts samhouts moved this from Needs Info to New in Triage 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
@jsuarezruiz jsuarezruiz moved this from New to Needs Estimate in Triage 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

@samhouts samhouts added the in-progress This issue has an associated pull request that may resolve it! label Jul 30, 2020
@samhouts samhouts added this to In Progress in .NET MAUI Backlog Jul 30, 2020
@samhouts samhouts added this to In Progress in vCurrent (4.8.0) Jul 30, 2020
@samhouts samhouts moved this from Backlog to In Progress in CollectionView Jul 30, 2020
@samhouts samhouts moved this from In Progress to Done in vCurrent (4.8.0) Aug 4, 2020
Triage automation moved this from Needs Estimate to Closed Aug 5, 2020
CollectionView automation moved this from In Progress to Done Aug 5, 2020
.NET MAUI Backlog automation moved this from In Progress to Done Aug 5, 2020
@samhouts samhouts removed this from Closed in Triage Sep 4, 2020
@samhouts samhouts removed this from Done in CollectionView Sep 4, 2020
@samhouts samhouts removed this from Done in .NET MAUI Backlog Sep 11, 2020
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
No open projects
Development

Successfully merging a pull request may close this issue.

7 participants