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
"カルーセルビュー"内の "表示"をリスト形式で意味しますか? –