Hi,
I'm having trouble working with images in SFROTATOR. I'm sorry for that.
My code:
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:ff="clr-namespace:FFImageLoading.Forms;assembly=FFImageLoading.Forms"
xmlns:rotator="clr-namespace:Syncfusion.SfRotator.XForms;assembly=Syncfusion.SfRotator.XForms"
x:Class="PetAdviser.Views.LocalPage.Photos">
DotsBorderColor="Transparent"
UnselectedDotColor="{DynamicResource Gray-200}"
SelectedDotColor="{DynamicResource PrimaryColor}"
ItemsSource="{Binding ImageCollection}"
NavigationStripMode="Dots"
NavigationStripPosition="Bottom"
DotPlacement="Default"
VerticalOptions="FillAndExpand">
Margin="10, 0, 10, 20"
Aspect="AspectFill"
BackgroundColor="{DynamicResource Gray-White}"
CacheDuration="7"
Source="{Binding UrlImage}"/>
I'm using VS 19. When debugging I have this output in the tab (Photos)
The images do not appear, but when I update the view (Ctrl + S) without any changes it appears:
I don't know what I'm missing. Can you please help me?