Following up on the Visual Challenge, the CollectionView Challenge is aimed at taking a previous or current project's ListView and convert it to the new CollectionView.
Note: Some functionality may not be (fully) implemented yet as of this time. We're working to make sure that it is, but we still want your feedback on what's available now!
- Fork this repository
- Open
CollectionViewChallengePage.xaml
- Take a ListView from another project, previous or current, and convert it to a CollectionView, replacing the placeholder on the page. If you need to, you can replace any data with placeholders; the goal is to replicate the functionality that your app's ListView utilizes.
- Submit a pull request of your progress back to this repository. Please include the following feedback:
- Comparison screenshots of your results! If you really want to go the extra mile, video is awesome to see, too.
- Your experience converting the
ListView
to aCollectionView
(Any difficulties?) - How is the performance compared to the
ListView
? - Is there anything missing that you'd like to see?
CollectionView
docs can be found here.