CollectionViewChallenge icon indicating copy to clipboard operation
CollectionViewChallenge copied to clipboard

Testing CollectionView

Open bcaceiro opened this issue 6 years ago • 0 comments

Screenshots: Android: Screen Shot 2019-03-26 at 18 36 33

iOS Screen Shot 2019-03-26 at 18 34 04

Experience/General Feedback: It was so easy to change between ListView and CollectionView. Apart from removing the unused/unavailable parameters, everything worked seamlessly.

The EmptyView is such a nice, and welcomed feature!

This is a sample list from a ranking page from one of my apps (didn't replicate the full design) but, it serves well the purpose, would definitely switch for CollectionView, since this is a rather simple list, with even no Selection Mode.

cPerformance Feedback: When scrolling just up and down, the layout completely got messed up, see this image Screen Shot 2019-03-26 at 18 41 11

Missing or Desired Things:

  • Header and Footer, in this case I had to use a grid to replace the Header functionality, a footer would also be a bonus
  • Separator: this is a must, we should have a separator, as well as visibility and color options
  • Item Spacing, not applicable in this case, but in the Visual Challenge, I also tried CollectionView, and couldn't set the Item Spacing, only by wrapping the DataTemplate within a ContentView and applying margins.

All in all it is a great feature, but that visual bug was yikes.

bcaceiro avatar Mar 26 '19 18:03 bcaceiro