0
<corelayouts:CarouselViewDots
BindingContext="{Binding Path=.}"
HorizontalOptions="FillAndExpand"
VerticalOptions="FillAndExpand"
DotColor="White"
DotSize="6"
ScrollToIndex="{Binding ScrollToIndex, Mode=TwoWay}">
<corelayouts:CarouselViewDots.CarouselViews>
<View> // There is supposed to list of view
<citem:NewsCarouselView/>
</View>
</corelayouts:CarouselViewDots.CarouselViews>
</corelayouts:CarouselViewDots>
應該如何處理? 我需要採取
corelayouts:CarouselViewDots.CarouselViews
創建一個視圖滑塊。如何在xaml中創建列表?
爲什麼?請解釋更多 –
我需要傳遞一張幻燈片列表。列表或列表 –
bleggleb
你的意思是「查看」裏面的「CarouselViews」列表方式? –