AndreiMisiukevich / CardView

CardsView | CarouselView | CoverflowView | CubeView for Xamarin.Forms
MIT License
712 stars 114 forks source link

TabsControl IsCyclical not working #333

Closed rredoh closed 4 years ago

rredoh commented 4 years ago

Hi @AndreiMisiukevich . Would you mind check this? Thanks. I cannot make it non-cyclical on android and ios

AndreiMisiukevich commented 4 years ago

Hi) You should disable it on carousel.

carousel.IsCyiclical = false.

Or send me xaml over email or post here

rredoh commented 4 years ago

okay. it's working as expected. thanks