Fix Binding for ListView.IsRefreshing - #28516
Merged
kubaflo merged 2 commits intoMay 9, 2026
Merged
Conversation
Set IsRefreshingProperty with SetterSpecificity.FromHandler.
mattleibow
requested changes
Mar 19, 2025
mattleibow
left a comment
Member
There was a problem hiding this comment.
Thanks for this PR.
Are you able to write a unit test demonstrating the fix? I think somewhere in this file: https://github.com/dotnet/maui/blob/main/src/Controls/tests/Core.UnitTests/ListViewTests.cs
Contributor
Author
|
@mattleibow , |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Member
|
/rebase |
PureWeen
pushed a commit
that referenced
this pull request
Jun 2, 2026
<!-- !!!!!!! MAIN IS THE ONLY ACTIVE BRANCH. MAKE SURE THIS PR IS TARGETING MAIN. !!!!!!! --> ### Description of Change Set IsRefreshingProperty with SetterSpecificity.FromHandler, to avoid break Binding. ### Issues Fixed <!-- Please make sure that there is a bug logged for the issue being fixed. The bug should describe the problem and how to reproduce it. --> Fixes #28514 <!-- Are you targeting main? All PRs should target the main branch unless otherwise noted. --> ---------
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Change
Set IsRefreshingProperty with SetterSpecificity.FromHandler,
to avoid break Binding.
Issues Fixed
Fixes #28514