If you set the SlideShowDuration the the first card takes SlideShowDuration time to appear the first time. You should not delay the first appearance.
Are you sure, that it works like you described?
1) version of package
2) forms version
3) platform with issue and OS version
4) Sample
please
Yes and to bypass it I've set the SlideShowDuration to lets say 1000 and then to the needed value of 6500. I am using the CoverFlowView. Latest forms 3.5.
I have it in the XAML :
IsUserInteractionRunning="true" Margin="0,0,0,5"
ItemsSource="{Binding Top10List}" BackgroundColor="White"
SlideShowDuration="700" HeightRequest="140"/>
@ssotir why did you set all these properties?
IsCyclical="True" // true by default
BackViewsDepth="2" // 2 by default
AreAnimationsEnabled="true" // true by default
IsAutoInteractionRunning="false" // You must not set it by yourself... in next release setter will be private
IsUserInteractionRunning="true" // You must not set it by yourself... in next release setter will be private
Remove all them
could you please provide small repro sample?
Well I did a lot of testing with trial and error and those properties were left there. I will prepare it for you
You have right. Something else was the problem. Everything is working fine!!!!!
Thank you my friend.
Most helpful comment
Well I did a lot of testing with trial and error and those properties were left there. I will prepare it for you