alexrainman / SegmentedControl

MIT License
86 stars 38 forks source link

Windows Mobile? #25

Closed TonyLugg closed 7 years ago

TonyLugg commented 7 years ago

I take it Windows Mobile is not supported? Can you add support please?

alexrainman commented 7 years ago

I have been working on it for a while :)

TonyLugg commented 7 years ago

Awesome. That’s the only thing stopping me from using it. ☺

alexrainman commented 7 years ago

Ok. Also, take a look at my CarouselView for Xamarin.Forms

TonyLugg commented 7 years ago

I saw that. It would be better than the built in CarouselPage.

alexrainman commented 7 years ago

It uses platform specific controls: Android ViewPager and iOS UIPageViewController

TonyLugg commented 7 years ago

And on Windows?

alexrainman commented 7 years ago

FlipView

TonyLugg commented 7 years ago

Cool, good work!