alexrainman / CarouselView

CarouselView control for Xamarin Forms
MIT License
436 stars 176 forks source link

Visualize more than one page at a time #35

Closed acaliaro closed 7 years ago

acaliaro commented 7 years ago

Hi @alexrainman and thanks for this great works. Your Carousel works as "Xamarin" Carousel. If I swipe from right to left, the first page disappear and the second appears. Could be possible to add a property that does not made a "jump" from page1 to page2, but swipe can display part of page1 and part of page2 in the same time... hope to be clear...

alexrainman commented 7 years ago

@acaliaro as far as i know the platform specific widget used behind the scenes are not designed to work like that. By their name: Android ViewPager and iOS UIPageViewController :)

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: