Cardview: Slow first appearance if you set the SlideShowDuration

Created on 22 Feb 2019  路  7Comments  路  Source: AndreiMisiukevich/CardView

If you set the SlideShowDuration the the first card takes SlideShowDuration time to appear the first time. You should not delay the first appearance.

question resolved

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

All 7 comments

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 :

BackViewsDepth="2" AreAnimationsEnabled="true" IsAutoInteractionRunning="false"
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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fjorge-joshkautz picture fjorge-joshkautz  路  8Comments

jungjanos picture jungjanos  路  8Comments

LeoJHarris picture LeoJHarris  路  3Comments

JTOne123 picture JTOne123  路  5Comments

2092015 picture 2092015  路  5Comments