AndreiMisiukevich / CardView

CardsView | CarouselView | CoverflowView | CubeView for Xamarin.Forms
MIT License
711 stars 114 forks source link

Question about library update #398

Closed rodrigojuarez closed 3 years ago

rodrigojuarez commented 3 years ago

I have an old codebase using PanCardView CarouselView, and I'm updating the version to 2.8.0. These properties look like they are deprecated:

IsAutoNavigatingAimationEnabled="true"
IsViewCacheEnabled="true"

I don't know what would be the values I should set to keep the previous functionality.

AndreiMisiukevich commented 3 years ago

Hi @rodrigojuarez IsAutoNavigatingAimationEnabled property still valid and not deprecated.

As for IsViewCacheEnabled it was removed.

Just remove usages of both these properties, because true is a default value for both. So, yeah. Just remove them :)