Open pekspro opened 2 years ago
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
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