Skip to content

[iOS] Fixed the TargetInvocationException Occurs When Selecting Header/Footer After Changing ItemsLayout in CV2 #28890

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

Merged
merged 11 commits into from
Apr 11, 2025

Conversation

Ahamed-Ali
Copy link
Contributor

Root Cause of the issue

  • The SupplementaryView was not properly registered, leading to an exception during the call to DequeueReusableSupplementaryView when adding a header or footer after changing the ItemsLayout in CollectionView.

Description of Change

  • Properly register both vertical and horizontal SupplementaryView types to prevent exceptions during dynamic layout changes.

Reference

Issues Fixed

Fixes #28678

Tested the behaviour in the following platforms

  • Android
  • Windows
  • iOS
  • Mac

Screenshot

Before Issue Fix After Issue Fix
CrashOccured.mov
FixedCrash.mov

HarishKumarSF4517 and others added 11 commits April 3, 2025 15:11
…net#28764)

* improve stability to flaky tests

* Updated changes

* Update CarouselViewUITests.LoopNoFreeze.cs

* Update EntryClearButtonColorShouldMatchTextColor.png
…tnet#28510)

* Update CommunityToolkit.Maui & Mvvm reference in template

* Fix MAUI Toolkit breaking changes

* Debump MVVM Toolkit

* Update MauiApp.1.csproj

* Update package version in MauiApp.1.csproj

* Add framework-specific validation flags and update package version

* Swap TextValidationBehavior Flags for frameworks
…net#28747)

* Fixed flaky tests related to entry control

* Update src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs

Co-authored-by: Copilot <[email protected]>

* Update src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs

Co-authored-by: Copilot <[email protected]>

* fixed 19500 test

* reverted the common changes

* Fix typo in Issue19500.cs comments

---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: Shane Neuville <[email protected]>
…50403.2 (dotnet#28819)

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 9.0.0-prerelease.25167.9 -> To Version 9.0.0-prerelease.25203.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…#28702)

* Fixed something that looks like copy/paste error

* Fixed memory leak caused by not disposed ContextActionsCell
…net#28828)

* improve stability to flaky test

* Update Issue7678.cs
@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Apr 9, 2025
Copy link
Contributor

Hey there @@Ahamed-Ali! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@dotnet-policy-service dotnet-policy-service bot added the partner/syncfusion Issues / PR's with Syncfusion collaboration label Apr 9, 2025
@Ahamed-Ali Ahamed-Ali marked this pull request as ready for review April 10, 2025 09:41
@Copilot Copilot AI review requested due to automatic review settings April 10, 2025 09:41
@Ahamed-Ali Ahamed-Ali requested a review from a team as a code owner April 10, 2025 09:41
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

src/Controls/src/Core/Handlers/Items2/iOS/StructuredItemsViewController2.cs:76

  • Both horizontal and vertical supplementary views are always registered regardless of layout orientation. Please add a clarifying comment to explain this behavior for maintainers and ensure that the public docs in the /docs/ folder reflect this change.
private protected virtual void RegisterSupplementaryViews(UICollectionElementKindSection kind)

src/Controls/src/Core/Handlers/Items2/iOS/GroupableItemsViewController2.cs:61

  • As with StructuredItemsViewController2, the conditional check on layout orientation has been removed to register both horizontal and vertical supplementary views. Please document this change in both the code and associated public documentation.
private protected override void RegisterSupplementaryViews(UICollectionElementKindSection kind)

@rmarinho rmarinho changed the base branch from main to inflight/current April 11, 2025 10:17
@rmarinho rmarinho added this to the .NET 9 SR7 milestone Apr 11, 2025
@rmarinho rmarinho moved this from Todo to Approved in MAUI SDK Ongoing Apr 11, 2025
@rmarinho rmarinho merged commit 1f0f880 into dotnet:inflight/current Apr 11, 2025
1 check passed
@github-project-automation github-project-automation bot moved this from Approved to Done in MAUI SDK Ongoing Apr 11, 2025
bhavanesh2001 pushed a commit to bhavanesh2001/maui that referenced this pull request Apr 11, 2025
…r/Footer After Changing ItemsLayout in CV2 (dotnet#28890)

* [Testing] Fix for flaky UITests in CI that occasionally fail - 7 (dotnet#28764)

* improve stability to flaky tests

* Updated changes

* Update CarouselViewUITests.LoopNoFreeze.cs

* Update EntryClearButtonColorShouldMatchTextColor.png

* Update CommunityToolkit.Maui reference in sample content template (dotnet#28510)

* Update CommunityToolkit.Maui & Mvvm reference in template

* Fix MAUI Toolkit breaking changes

* Debump MVVM Toolkit

* Update MauiApp.1.csproj

* Update package version in MauiApp.1.csproj

* Add framework-specific validation flags and update package version

* Swap TextValidationBehavior Flags for frameworks

* [Testing] Fix for flaky UITests in CI that occasionally fail - 6 (dotnet#28747)

* Fixed flaky tests related to entry control

* Update src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs

Co-authored-by: Copilot <[email protected]>

* Update src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs

Co-authored-by: Copilot <[email protected]>

* fixed 19500 test

* reverted the common changes

* Fix typo in Issue19500.cs comments

---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: Shane Neuville <[email protected]>

* Update dependencies from https://github.com/dotnet/xharness build 20250403.2 (dotnet#28819)

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 9.0.0-prerelease.25167.9 -> To Version 9.0.0-prerelease.25203.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update Issue19509.cs (dotnet#28807)

* Resave mac tabbedpage images (dotnet#28803)

* Fixed ListView leak caused by not disposed ContextActionsCell (dotnet#28702)

* Fixed something that looks like copy/paste error

* Fixed memory leak caused by not disposed ContextActionsCell

* [Testing] Fix for flaky UITests in CI that occasionally fail - 8 (dotnet#28828)

* improve stability to flaky test

* Update Issue7678.cs

* Fixed the TargetInvocationException Occurs When Selecting Header/Footer After Changing ItemsLayout in CV2

* Included the test case and sample for the fix

* Added the test case for footer

---------

Co-authored-by: HarishKumarSF4517 <[email protected]>
Co-authored-by: Gerald Versluis <[email protected]>
Co-authored-by: Anandhan Rajagopal <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Shane Neuville <[email protected]>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Vitaly Knyazev <[email protected]>
PureWeen added a commit that referenced this pull request Apr 11, 2025
…r/Footer After Changing ItemsLayout in CV2 (#28890)

* [Testing] Fix for flaky UITests in CI that occasionally fail - 7 (#28764)

* improve stability to flaky tests

* Updated changes

* Update CarouselViewUITests.LoopNoFreeze.cs

* Update EntryClearButtonColorShouldMatchTextColor.png

* Update CommunityToolkit.Maui reference in sample content template (#28510)

* Update CommunityToolkit.Maui & Mvvm reference in template

* Fix MAUI Toolkit breaking changes

* Debump MVVM Toolkit

* Update MauiApp.1.csproj

* Update package version in MauiApp.1.csproj

* Add framework-specific validation flags and update package version

* Swap TextValidationBehavior Flags for frameworks

* [Testing] Fix for flaky UITests in CI that occasionally fail - 6 (#28747)

* Fixed flaky tests related to entry control

* Update src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs

Co-authored-by: Copilot <[email protected]>

* Update src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs

Co-authored-by: Copilot <[email protected]>

* fixed 19500 test

* reverted the common changes

* Fix typo in Issue19500.cs comments

---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: Shane Neuville <[email protected]>

* Update dependencies from https://github.com/dotnet/xharness build 20250403.2 (#28819)

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 9.0.0-prerelease.25167.9 -> To Version 9.0.0-prerelease.25203.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update Issue19509.cs (#28807)

* Resave mac tabbedpage images (#28803)

* Fixed ListView leak caused by not disposed ContextActionsCell (#28702)

* Fixed something that looks like copy/paste error

* Fixed memory leak caused by not disposed ContextActionsCell

* [Testing] Fix for flaky UITests in CI that occasionally fail - 8 (#28828)

* improve stability to flaky test

* Update Issue7678.cs

* Fixed the TargetInvocationException Occurs When Selecting Header/Footer After Changing ItemsLayout in CV2

* Included the test case and sample for the fix

* Added the test case for footer

---------

Co-authored-by: HarishKumarSF4517 <[email protected]>
Co-authored-by: Gerald Versluis <[email protected]>
Co-authored-by: Anandhan Rajagopal <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Shane Neuville <[email protected]>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Vitaly Knyazev <[email protected]>
PureWeen added a commit that referenced this pull request Apr 16, 2025
…r/Footer After Changing ItemsLayout in CV2 (#28890)

* [Testing] Fix for flaky UITests in CI that occasionally fail - 7 (#28764)

* improve stability to flaky tests

* Updated changes

* Update CarouselViewUITests.LoopNoFreeze.cs

* Update EntryClearButtonColorShouldMatchTextColor.png

* Update CommunityToolkit.Maui reference in sample content template (#28510)

* Update CommunityToolkit.Maui & Mvvm reference in template

* Fix MAUI Toolkit breaking changes

* Debump MVVM Toolkit

* Update MauiApp.1.csproj

* Update package version in MauiApp.1.csproj

* Add framework-specific validation flags and update package version

* Swap TextValidationBehavior Flags for frameworks

* [Testing] Fix for flaky UITests in CI that occasionally fail - 6 (#28747)

* Fixed flaky tests related to entry control

* Update src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs

Co-authored-by: Copilot <[email protected]>

* Update src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs

Co-authored-by: Copilot <[email protected]>

* fixed 19500 test

* reverted the common changes

* Fix typo in Issue19500.cs comments

---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: Shane Neuville <[email protected]>

* Update dependencies from https://github.com/dotnet/xharness build 20250403.2 (#28819)

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 9.0.0-prerelease.25167.9 -> To Version 9.0.0-prerelease.25203.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update Issue19509.cs (#28807)

* Resave mac tabbedpage images (#28803)

* Fixed ListView leak caused by not disposed ContextActionsCell (#28702)

* Fixed something that looks like copy/paste error

* Fixed memory leak caused by not disposed ContextActionsCell

* [Testing] Fix for flaky UITests in CI that occasionally fail - 8 (#28828)

* improve stability to flaky test

* Update Issue7678.cs

* Fixed the TargetInvocationException Occurs When Selecting Header/Footer After Changing ItemsLayout in CV2

* Included the test case and sample for the fix

* Added the test case for footer

---------

Co-authored-by: HarishKumarSF4517 <[email protected]>
Co-authored-by: Gerald Versluis <[email protected]>
Co-authored-by: Anandhan Rajagopal <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Shane Neuville <[email protected]>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Vitaly Knyazev <[email protected]>
sheiksyedm pushed a commit to sheiksyedm/maui that referenced this pull request Apr 17, 2025
…r/Footer After Changing ItemsLayout in CV2 (dotnet#28890)

* [Testing] Fix for flaky UITests in CI that occasionally fail - 7 (dotnet#28764)

* improve stability to flaky tests

* Updated changes

* Update CarouselViewUITests.LoopNoFreeze.cs

* Update EntryClearButtonColorShouldMatchTextColor.png

* Update CommunityToolkit.Maui reference in sample content template (dotnet#28510)

* Update CommunityToolkit.Maui & Mvvm reference in template

* Fix MAUI Toolkit breaking changes

* Debump MVVM Toolkit

* Update MauiApp.1.csproj

* Update package version in MauiApp.1.csproj

* Add framework-specific validation flags and update package version

* Swap TextValidationBehavior Flags for frameworks

* [Testing] Fix for flaky UITests in CI that occasionally fail - 6 (dotnet#28747)

* Fixed flaky tests related to entry control

* Update src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs

Co-authored-by: Copilot <[email protected]>

* Update src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs

Co-authored-by: Copilot <[email protected]>

* fixed 19500 test

* reverted the common changes

* Fix typo in Issue19500.cs comments

---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: Shane Neuville <[email protected]>

* Update dependencies from https://github.com/dotnet/xharness build 20250403.2 (dotnet#28819)

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 9.0.0-prerelease.25167.9 -> To Version 9.0.0-prerelease.25203.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update Issue19509.cs (dotnet#28807)

* Resave mac tabbedpage images (dotnet#28803)

* Fixed ListView leak caused by not disposed ContextActionsCell (dotnet#28702)

* Fixed something that looks like copy/paste error

* Fixed memory leak caused by not disposed ContextActionsCell

* [Testing] Fix for flaky UITests in CI that occasionally fail - 8 (dotnet#28828)

* improve stability to flaky test

* Update Issue7678.cs

* Fixed the TargetInvocationException Occurs When Selecting Header/Footer After Changing ItemsLayout in CV2

* Included the test case and sample for the fix

* Added the test case for footer

---------

Co-authored-by: HarishKumarSF4517 <[email protected]>
Co-authored-by: Gerald Versluis <[email protected]>
Co-authored-by: Anandhan Rajagopal <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Shane Neuville <[email protected]>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Vitaly Knyazev <[email protected]>
NanthiniMahalingam pushed a commit to NanthiniMahalingam/maui that referenced this pull request Apr 17, 2025
…r/Footer After Changing ItemsLayout in CV2 (dotnet#28890)

* [Testing] Fix for flaky UITests in CI that occasionally fail - 7 (dotnet#28764)

* improve stability to flaky tests

* Updated changes

* Update CarouselViewUITests.LoopNoFreeze.cs

* Update EntryClearButtonColorShouldMatchTextColor.png

* Update CommunityToolkit.Maui reference in sample content template (dotnet#28510)

* Update CommunityToolkit.Maui & Mvvm reference in template

* Fix MAUI Toolkit breaking changes

* Debump MVVM Toolkit

* Update MauiApp.1.csproj

* Update package version in MauiApp.1.csproj

* Add framework-specific validation flags and update package version

* Swap TextValidationBehavior Flags for frameworks

* [Testing] Fix for flaky UITests in CI that occasionally fail - 6 (dotnet#28747)

* Fixed flaky tests related to entry control

* Update src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs

Co-authored-by: Copilot <[email protected]>

* Update src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs

Co-authored-by: Copilot <[email protected]>

* fixed 19500 test

* reverted the common changes

* Fix typo in Issue19500.cs comments

---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: Shane Neuville <[email protected]>

* Update dependencies from https://github.com/dotnet/xharness build 20250403.2 (dotnet#28819)

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 9.0.0-prerelease.25167.9 -> To Version 9.0.0-prerelease.25203.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update Issue19509.cs (dotnet#28807)

* Resave mac tabbedpage images (dotnet#28803)

* Fixed ListView leak caused by not disposed ContextActionsCell (dotnet#28702)

* Fixed something that looks like copy/paste error

* Fixed memory leak caused by not disposed ContextActionsCell

* [Testing] Fix for flaky UITests in CI that occasionally fail - 8 (dotnet#28828)

* improve stability to flaky test

* Update Issue7678.cs

* Fixed the TargetInvocationException Occurs When Selecting Header/Footer After Changing ItemsLayout in CV2

* Included the test case and sample for the fix

* Added the test case for footer

---------

Co-authored-by: HarishKumarSF4517 <[email protected]>
Co-authored-by: Gerald Versluis <[email protected]>
Co-authored-by: Anandhan Rajagopal <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Shane Neuville <[email protected]>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Vitaly Knyazev <[email protected]>
github-actions bot pushed a commit that referenced this pull request Apr 18, 2025
…r/Footer After Changing ItemsLayout in CV2 (#28890)

* [Testing] Fix for flaky UITests in CI that occasionally fail - 7 (#28764)

* improve stability to flaky tests

* Updated changes

* Update CarouselViewUITests.LoopNoFreeze.cs

* Update EntryClearButtonColorShouldMatchTextColor.png

* Update CommunityToolkit.Maui reference in sample content template (#28510)

* Update CommunityToolkit.Maui & Mvvm reference in template

* Fix MAUI Toolkit breaking changes

* Debump MVVM Toolkit

* Update MauiApp.1.csproj

* Update package version in MauiApp.1.csproj

* Add framework-specific validation flags and update package version

* Swap TextValidationBehavior Flags for frameworks

* [Testing] Fix for flaky UITests in CI that occasionally fail - 6 (#28747)

* Fixed flaky tests related to entry control

* Update src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs

Co-authored-by: Copilot <[email protected]>

* Update src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs

Co-authored-by: Copilot <[email protected]>

* fixed 19500 test

* reverted the common changes

* Fix typo in Issue19500.cs comments

---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: Shane Neuville <[email protected]>

* Update dependencies from https://github.com/dotnet/xharness build 20250403.2 (#28819)

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 9.0.0-prerelease.25167.9 -> To Version 9.0.0-prerelease.25203.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update Issue19509.cs (#28807)

* Resave mac tabbedpage images (#28803)

* Fixed ListView leak caused by not disposed ContextActionsCell (#28702)

* Fixed something that looks like copy/paste error

* Fixed memory leak caused by not disposed ContextActionsCell

* [Testing] Fix for flaky UITests in CI that occasionally fail - 8 (#28828)

* improve stability to flaky test

* Update Issue7678.cs

* Fixed the TargetInvocationException Occurs When Selecting Header/Footer After Changing ItemsLayout in CV2

* Included the test case and sample for the fix

* Added the test case for footer

---------

Co-authored-by: HarishKumarSF4517 <[email protected]>
Co-authored-by: Gerald Versluis <[email protected]>
Co-authored-by: Anandhan Rajagopal <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Shane Neuville <[email protected]>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Vitaly Knyazev <[email protected]>
PureWeen added a commit that referenced this pull request Apr 23, 2025
### Description of Change

## .NET MAUI Release Notes - Inflight/Candidate

## What's Changed

### MAUI Product Fixes
* Fix CarouselView layout SR6 regressions by @albyrock87 in
#29035
* Revert "[Android] picker - focus/unfocus events (#28122)" by @PureWeen
in https://github.com/dotnet/maui/pull/1fb5164929
* [Windows] Fixed the flyout content width not being set correctly after
updating to WinUI SDK 1.7 by @Tamilarasan-Paranthaman in
#28996
* [Android] picker - focus/unfocus events by @kubaflo in
#28122
* [XC] add IRootObjectProvider by @StephaneDelcroix in
#28310
* [iOS] Fix for the File.ContentType from MediaPicker not being in valid
MIME format by @SyedAbdulAzeemSF4852 in
#28842
* [Android] Fixed the Incorrect Text Color Applied to Selected Tab in
TabbedPage by @Ahamed-Ali in #28844
* [iOS] Fix FlyoutPage does not respond to changes in the
FlyoutLayoutBehavior property by @devanathan-vaithiyanathan in
#28884
* [Android] Fixed ScalingCanvas.SetBlur not working by
@NirmalKumarYuvaraj in #28911
* [iOS] - Resolved Proper Rendering of Dynamic Header/Footer Updates in
CV2 by @prakashKannanSf3972 in #28641
* [iOS] Fixed the TargetInvocationException Occurs When Selecting
Header/Footer After Changing ItemsLayout in CV2 by @Ahamed-Ali in
#28890
* [Windows] - Fix Visual State Issue with Picker TextColor After
Navigation by @prakashKannanSf3972 in
#28746

### Dependency Updates
* [Windows] Upgrade to Windows App SDK 1.7 by @MartyIX in
#28499

### Testing
* [Testing] Feature Matrix UITest Cases for CollectionView EmptyView
Feature by @NafeelaNazhir in #28679
* Fixed Test case failure in PR 29037 - [2025/04/21] Candidate by
@HarishKumarSF4517 in #29049

**Full Changelog**:
main...inflight/candidate


For more information about inflight process check
https://github.com/dotnet/maui/wiki/Inflight-Branch-Process
@github-actions github-actions bot locked and limited conversation to collaborators May 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
collectionview-cv2 community ✨ Community Contribution partner/syncfusion Issues / PR's with Syncfusion collaboration platform/ios
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

TargetInvocationException Occurs When Selecting Header/Footer After Changing ItemsLayout in CV2
7 participants