Binwell / FastGrid

FastGrid component for Xamarin.Forms based on Android RecyclerView and iOS UICollectionView
MIT License
108 stars 25 forks source link

Fixed IOS column spacing issue #6

Closed KamalHassoun closed 5 years ago

KamalHassoun commented 5 years ago

I have also switched the column spacing and row spacing when the fast grid is horizontal.

RowSpacing = e.NewElement.IsHorizontal ? Element.ColumnSpacing : Element.RowSpacing, ColumnSpacing = e.NewElement.IsHorizontal ? Element.RowSpacing : Element.ColumnSpacing

it might be reverted back once row spacing is completed