Skip to content

[iOS] Fix ListView Scrolled event not triggering#22661

Merged
rmarinho merged 3 commits into
mainfrom
fix-22630
May 27, 2024
Merged

[iOS] Fix ListView Scrolled event not triggering#22661
rmarinho merged 3 commits into
mainfrom
fix-22630

Conversation

@jsuarezruiz
Copy link
Copy Markdown
Contributor

Description of Change

Fix ListView Scrolled event not triggering on iOS.

Issues Fixed

Fixes #22630

@jsuarezruiz jsuarezruiz added t/bug Something isn't working platform/ios area-controls-listview ListView and TableView labels May 27, 2024
@jsuarezruiz jsuarezruiz requested a review from a team as a code owner May 27, 2024 10:00
@jsuarezruiz jsuarezruiz requested review from Eilon and rmarinho May 27, 2024 10:00

var args = new ScrolledEventArgs(scrollView.ContentOffset.X, scrollView.ContentOffset.Y);
if (!_list.TryGetTarget(out var list))
if (_list.TryGetTarget(out var list))
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Changes applied fixing #20025
Mistake in comparison.

@rmarinho rmarinho merged commit 738519d into main May 27, 2024
@rmarinho rmarinho deleted the fix-22630 branch May 27, 2024 14:58
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ListView Scrolled event is not triggered

3 participants