DottorPagliaccius / Xamarin-Custom-Controls

in progress
MIT License
96 stars 34 forks source link

WrapRepeaterView spacing is ignored #10

Closed apostolsergii closed 7 years ago

apostolsergii commented 7 years ago

Hi, I was playing around WrapRepeaterView and realized that Spacing property is not in use. Could you please use value of Spacing property for ColumnSpacing and RowSpacing. Or just remove Spacing property as it is misleading

DottorPagliaccius commented 7 years ago

You're right, Spacing property is ignored. I don't know why I've add it in the first place, it makes no sense since there are the ColumnSpacing and RowSpacing properties inherited from Grid. I'll remove it in the next version, thank you.