roubachof/Sharpnado.CollectionView

ItemSpacing doesn't give the expected result on Android

Closed this issue · 2 comments

Platform (please complete the following information):

  • OS: Android
  • Device: all tested devices : Samsung A40, Samsung A52s, Huawei P20, with different versions of Android
  • Xamarin.Forms: 5.0.0.2478 (previous versions not tested)

Describe the bug
ItemSpacing doesn't give the expected result on Android with vertical list (not tested with other layouts)
ItemSpacing = 0 gives a not null spacing
ItemSpacing = 1 gives a bigger spacing than with Xamarin.Forms CollectionView

On iOS behavior is the same as CollectionView.

To Reproduce
Juste play with ItemSpacing values

Screenshots (if applicable)
ItemSpacing=1 with Xamarin.Forms CollectionView
itemspacing-collectionview

ItemSpacing=1 with Sharpnado CollectionView
itemspacing-issue

Is there something new about this ?

nope probably a won't fix, but any PR will be gladly accepter