anitha T

anitha T

  • NA
  • 73
  • 7.6k

Carousel view in Xamarin.forms in visual studio

Aug 28 2017 12:43 PM
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)