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

Item spacing not properly applied between items in CollectionView Horizontal LinearItemsLayout. #25859

Open
Tamilarasan-Paranthaman opened this issue Nov 14, 2024 · 1 comment
Labels
platform/iOS 🍎 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working

Comments

@Tamilarasan-Paranthaman
Copy link
Contributor

Description

Item spacing is not correctly applied between the group header and the items in the CollectionView when using LinearItemsLayout.

It works correctly on Android but not on iOS. Refer to the attached image for reference: the left spacing is missing for the second and third group headers on iOS.

Android iOS

Steps to Reproduce

  1. Run the sample attached in the repository.
  2. Observe that the spacing is not properly applied between the item and the group header (on the left side).

Link to public reproduction project repository

https://github.com/Tamilarasan-Paranthaman/Maui-Reported-Issues/tree/main

Version with bug

9.0.0 GA

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

iOS, macOS, I was not able test on other platforms

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

@Tamilarasan-Paranthaman Tamilarasan-Paranthaman added the t/bug Something isn't working label Nov 14, 2024
@Zhanglirong-Winnie Zhanglirong-Winnie added platform/iOS 🍎 s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Nov 15, 2024
@Zhanglirong-Winnie
Copy link

Zhanglirong-Winnie commented Nov 15, 2024

This issue has been verified using Visual Studio 17.13 Preview 1( 9.0.10 & 9.0.0). Can repro this issue on iOS platform. I also tried to validate on .net8, but got so many errors.

error CS0103: The name 'ConfigChanges' does not exist in the current context
error CS0246: The type or namespace name 'Activity' could not be found (are you missing a using directive or an assembly reference?)

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform/iOS 🍎 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants