Skip to content

Conversation

@kubaflo
Copy link
Contributor

@kubaflo kubaflo commented Jan 11, 2025

Description

This is a proposal for the CV2. A fix for the CV1, which is also not working, is here: #21812

Issues Fixed

Fixes #20538
Fixes #12429

Before After
Simulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-04-13.at.17.21.10.mp4
Simulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-04-13.at.17.17.05.mp4

@kubaflo kubaflo requested a review from a team as a code owner January 11, 2025 11:23
@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Jan 11, 2025
@rmarinho
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@kubaflo kubaflo force-pushed the CollectionView-Items-display-issue-when-Header-is-resized-on-iOS- branch from 8a06644 to 755272a Compare January 14, 2025 16:25
@jsuarezruiz
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@kubaflo kubaflo force-pushed the CollectionView-Items-display-issue-when-Header-is-resized-on-iOS- branch from 755272a to 4b8dda5 Compare February 22, 2025 23:45
@kubaflo kubaflo changed the title CollectionView2 Items display issue when Header is resized on iOS CollectionView2 Items display issue when Header/Footer is resized on iOS Feb 22, 2025
@jsuarezruiz
Copy link
Contributor

/rebase

@github-actions github-actions bot force-pushed the CollectionView-Items-display-issue-when-Header-is-resized-on-iOS- branch from 4b8dda5 to 4452b3b Compare March 3, 2025 07:49
@jsuarezruiz
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@sheiksyedm
Copy link
Contributor

@kubaflo #27076 (comment)
Could you please update the missing snapshots from the latest build?

@kubaflo
Copy link
Contributor Author

kubaflo commented Mar 3, 2025

@kubaflo #27076 (comment) Could you please update the missing snapshots from the latest build?

The snapshot is already in the repo

@vikher
Copy link

vikher commented Mar 4, 2025

I had to disable the following code for the .NET 9 handlers for iOS CollectionView and CarouselView in my app:

// new .Net 9 handlers for iOS CollectionView and Carouselview
// handlers.AddHandler<Microsoft.Maui.Controls.CollectionView, Microsoft.Maui.Controls.Handlers.Items2.CollectionViewHandler2>();

This is because my app has a CollectionView header with an expander inside, and every time it expands, it needs to recalculate the height of the header. With the current implementation, this functionality isn't behaving as expected.

Do you have an idea of when you plan on releasing this update?

@kubaflo
Copy link
Contributor Author

kubaflo commented Mar 5, 2025

Hi, @vikher can you confirm if this PR fixes your issue?

@PureWeen
Copy link
Member

closing in favor of #25664

@albyrock87 is @kubaflo 's scenario accounted for on your PR?

@PureWeen PureWeen closed this Mar 10, 2025
@albyrock87
Copy link
Contributor

albyrock87 commented Mar 10, 2025

@PureWeen it does now: 025e9ad

Thanks for pointing this out!

@github-actions github-actions bot locked and limited conversation to collaborators Apr 10, 2025
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.

On iOS, CollectionView Header size changed causes overlap CollectionView Items display issue when Header is resized on iOS

7 participants