BackgroundColor="Bisque" IsSwipeEnabled="True" ShowIndicators="True"
>
<controls:CarouselViewControl.ItemsSource>
<x:Array Type="{x:Type RelativeLayout}">
<RelativeLayout BackgroundColor="Red">
</RelativeLayout>
<RelativeLayout BackgroundColor="Green">
</RelativeLayout>
<RelativeLayout BackgroundColor="Blue">
</RelativeLayout>
</x:Array>
</controls:CarouselViewControl.ItemsSource>
</controls:CarouselViewControl>
В ItemsSource знадаются не лейауты, а массив/лист даных, а лейаут через ItemTemplate
Обсуждают сегодня