Incorrect spacing with CollectionView that has an GridItemsLayout on Windows #11320
Labels
area-controls-collectionview
CollectionView, CarouselView, IndicatorView
platform/windows 🪟
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Description
I'm having an
CollectionView
that has anGridItemsLayout
that should draw three boxes with size 64x64 and 16 units as margins between the boxes. The size of theCollectionView
is 224 units (64x3 + 16x2). On Android, it is perfect:But not on Windows:
There is unexpected spacing on the edges, and the spacing between the boxes is doubled.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/pekspro/MauiIssues/tree/11320_Incorrect_spacing_with_CollectionView_that_has_an_GridItemsLayout
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
Windows 10.0.17763.0
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: