3
Reply

Carousel view in Xamarin.forms in visual studio

anitha T

anitha T

Aug 28 2017 12:43 PM
702
hi, i am knew to xamarin.forms i am trying to work with xamarin.forms carousel view but it is showing error everytime.I installed all latest xamarin.forms.carouselview packages from nuget but the the problem remains same.
namespace:
xmlns:cv="clr-namespace:Xamarin.Forms;assembly=Xamarin.Forms.CarouselView"
<cv:CarouselView>
<cv:CarouselView.ItemTemplate>
<DataTemplate>
Here the label,listview,image etc templates are not visible
</DataTemplate>
</cv:CarouselView.ItemTemplate>
</cv:CarouselView>
Can anybody tell me please

Answers (3)