Skip to content
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

Fixed inappropriate ellipsis will appear when adding more items in collection view #27048

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

NanthiniMahalingam
Copy link
Contributor

Issue Details

  • When adding more items to the CollectionView, inappropriate ellipses appear on the items

Root Cause

  • When dynamically adding items of different sizes to a horizontal layout, the item bounds are not updated based on the width of the newly added items.

Description of Changes

  • Calculated the constraints for newly added items while updating the CollectionView bounds.

Issues Fixed

Fixes #26936

Validated the behaviour in the following platforms

  • Android
  • [] Windows
  • iOS
  • Mac

Output

iOS platform

Before After
iOS26936_Before.mp4
ios26936_After.mp4

macOS platform

Before After
macOS26936_Before.mov
macOS26936_After.mov

@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Jan 10, 2025
@NanthiniMahalingam NanthiniMahalingam changed the title Fixed inappropriate ellipsis will appear when adding more items Fixed inappropriate ellipsis will appear when adding more items in collection view Jan 10, 2025
@NanthiniMahalingam
Copy link
Contributor Author

@dotnet-policy-service terminate

@NanthiniMahalingam
Copy link
Contributor Author

@dotnet-policy-service agree company="Syncfusion, Inc."

@jsuarezruiz jsuarezruiz added the area-controls-collectionview CollectionView, CarouselView, IndicatorView label Jan 10, 2025
@karthikraja-arumugam karthikraja-arumugam added the partner/syncfusion Issues / PR's with Syncfusion collaboration label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView community ✨ Community Contribution partner/syncfusion Issues / PR's with Syncfusion collaboration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[MAUI]When adding more items, an inappropriate ellipsis will appear.
3 participants