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

Fix events not firing for Scrolled and RemainingItemsThresholdReached #15658

Closed
wants to merge 1 commit into from

Conversation

Foda
Copy link
Member

@Foda Foda commented Jun 14, 2023

Fix events not firing for Scrolled and RemainingItemsThresholdReached for CollectionView on Windows (regression via #15601)

Issues Fixed

Fixes #15529
CC #14391

@Foda Foda added platform/windows 🪟 area-controls-collectionview CollectionView, CarouselView, IndicatorView i/regression This issue described a confirmed regression on a currently supported version labels Jun 14, 2023
@Foda Foda requested review from hartez and jsuarezruiz June 14, 2023 22:26
@Foda Foda self-assigned this Jun 14, 2023
@@ -54,12 +54,19 @@ protected override ListViewBase CreatePlatformView()
protected override void ConnectHandler(ListViewBase platformView)
{
base.ConnectHandler(platformView);
FindScrollViewer(platformView);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was all that was needed -- FindScrollViewer I think was accidentally removed

@rmarinho
Copy link
Member

isn't this #15555 ?

@Foda
Copy link
Member Author

Foda commented Jun 15, 2023

isn't this #15555 ?

DANGIT

@Foda Foda closed this Jun 15, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView i/regression This issue described a confirmed regression on a currently supported version platform/windows 🪟
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[regression/8.0.0] [Windows] Fix CollectionView tests that have regressed
3 participants