alexrainman / CarouselView

CarouselView control for Xamarin Forms
MIT License
437 stars 177 forks source link

Vertical CarouselView #13

Closed DVieira7 closed 8 years ago

DVieira7 commented 8 years ago

does vertical carousel view will be released at any point or it will be just horizontal?

alexrainman commented 8 years ago

None of the platform specific controls have that functionality by defauly. It will need to be custom stuff. I have 2 more things in my roadmap for the current implementation and then i will take a look as i have time. I wont say no :)

DVieira7 commented 8 years ago

ye i know because i had to create custom renders to do a carouselview for both ios and android a few months back, i just saw this article and decided to give it a try because it doesnt use custom renderers. good work so far :)

alexrainman commented 8 years ago

I have a pending fix for the page indicators and provide support for CollectionChanges callback. After that i will give vertical swiping a try. Thanks

alexrainman commented 8 years ago

This is on the way. iOS is an easy task. Android? I need to implement a Vertical ViewPager from scratch and test it. I will need to manage Page indicators and move them to the side when orientation is vertical.

alexrainman commented 8 years ago

Android and iOS are ready. Working on UWP now :)

alexrainman commented 8 years ago

Done :)

DVieira7 commented 8 years ago

wow great job

alexrainman commented 7 years ago

If my work is helping you, please help me back: https://xamarinhq.wufoo.com/forms/nominate-a-xamarin-mvp/

alexrainman commented 7 years ago

This is what i have done that is community visible: