CollectionViewChallenge icon indicating copy to clipboard operation
CollectionViewChallenge copied to clipboard

Results 45 CollectionViewChallenge issues
Sort by recently updated
recently updated
newest added

### Screenshots ### I made a video. [YouTube Video](https://youtu.be/LtRw7I7BL1s) ### What went well? ### How easy is it to convert your existing ListView to the CollectionView? The conversion was very...

### Screenshots ### ![Capture1](https://user-images.githubusercontent.com/25074015/56575122-98ad0180-65e2-11e9-933b-9e258e6935d6.PNG) ![Capture2](https://user-images.githubusercontent.com/25074015/56575124-98ad0180-65e2-11e9-8c37-1a81f6c2ae7f.PNG) ### What went well? ### CollectionView horizontal and vertical orientation is great. Scroll To is a good feature added. I was able to select the...

### Screenshots ### ![xamarin-collection-view](https://user-images.githubusercontent.com/17751436/56548189-73ba7f00-654d-11e9-9404-225cf8fefc2c.gif) ### What went well? ### #### Shared Styles #### Since my `DataTemplate` is identical between the 2 `CollectionView` containers I created the `DataTemplate` as a shared...

This is a poc for a gallery viewer similar to the one found in iOS where you have one full-size view of the selected image and a collection of preview...

Original (iOS) ![IMG_6118](https://user-images.githubusercontent.com/28820301/56489161-5bc60980-6513-11e9-8070-736e17b11ec3.PNG) Original (Android) ![photo_2019-04-22 15 29 48](https://user-images.githubusercontent.com/28820301/56489194-81531300-6513-11e9-9d86-0caa54b80d31.jpeg) iOS Screenshot ![Simulator Screen Shot - iPhone 7 - 2019-04-22 at 15 21 08](https://user-images.githubusercontent.com/28820301/56489215-929c1f80-6513-11e9-8c75-62a3409cce7e.png) Android Screenshot ### What went well? ###...

### What didn't go well? ### Sorry, maybe I miss something. Is CollectionView supports ARMv7 devices? I have failed to run CollectionViewChallenge on iPad2. When I run application without debugging...

I always wished make a screen similar the Netflix or Google Play with Xamarin.Forms, but at moment is not simple make horizontal lists with great performance. However with CollectionView this...

### Screenshots ### ![image](https://user-images.githubusercontent.com/642319/56474894-aba7c080-6480-11e9-8965-c40eb5005bdf.png) ![image](https://user-images.githubusercontent.com/642319/56474896-b6625580-6480-11e9-9098-dfa2a09bf3b9.png) ### What went well? ### How easy is it to convert your existing ListView to the CollectionView? It was very easy, I played more with...

![ListView](https://user-images.githubusercontent.com/1552791/56460355-e5d96b00-6377-11e9-9c0a-7d57666ec114.png) ![CollectionView](https://user-images.githubusercontent.com/1552791/56460370-11f4ec00-6378-11e9-85f3-7b6442dc7ccb.png) ### What didn't go well? ### It is possible to convert the listView to CollectionView easier if the you don't need group of data. ### How is the...

### Screenshots ### ListView ![ListView](https://user-images.githubusercontent.com/37718189/56458977-f08a0500-6363-11e9-83fc-9d9d41901558.gif) CollectionView ![CollectionView](https://user-images.githubusercontent.com/37718189/56458981-f97ad680-6363-11e9-8428-b3669bf03b96.gif) ### What went well? ### You can convert the listView to collectionView without problems. HasUnevenRows Property was removed, but now works automatically. ###...