Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

when sliding CarouselView, the previous images disappears

$
0
0

hi all ,

i am using CarouselView with image template, but I am sliding images forwardly everything is ok but when I am sliding backward the previous images are shown in white

this is my xaml code

what am I doing wrong ?

   <CarouselView x:Name="TheCarousel"
                          ItemsSource="{Binding ImageSources}"
                           >
                <CarouselView.ItemTemplate>
                    <DataTemplate>
                        <Image Source="{Binding .}">
                        </Image>
                    </DataTemplate>
                </CarouselView.ItemTemplate>
            </CarouselView>


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>