roubachof / Sharpnado.CollectionView

A performant list view supporting: grid, horizontal and vertical layout, drag and drop, and reveal animations.
The Unlicense
244 stars 30 forks source link

ItemSpacing doesn't give the expected result on Android #74

Closed SylvainMoingeon closed 1 year ago

SylvainMoingeon commented 2 years ago

Platform (please complete the following information):

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

SylvainMoingeon commented 2 years ago

Is there something new about this ?

roubachof commented 1 year ago

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