-
Notifications
You must be signed in to change notification settings - Fork 1.9k
CollectionView2 Items display issue when Header/Footer is resized on iOS #27076
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
CollectionView2 Items display issue when Header/Footer is resized on iOS #27076
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
8a06644 to
755272a
Compare
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
755272a to
4b8dda5
Compare
|
/rebase |
4b8dda5 to
4452b3b
Compare
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@kubaflo #27076 (comment) |
The snapshot is already in the repo |
|
I had to disable the following code for the .NET 9 handlers for iOS CollectionView and CarouselView in my app: 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? |
|
Hi, @vikher can you confirm if this PR fixes your issue? |
|
closing in favor of #25664 @albyrock87 is @kubaflo 's scenario accounted for on your PR? |
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
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