sthewissen/Xamarin.Forms.PancakeView

VisualStateManager support

michelevirgilio opened this issue · 4 comments

Hi, i would to know if PancakeView supports VisualStateManager: i've tried but "Selected" nor "Focused" status are not triggered.
Thanks

Unfortunately, there's no explicit code for that in place.

Thank you, maybe there is a simple way to accomplish my need: change the backgroundColor of the PancakeView when the user touch it?

Here's a blogpost on using PancakeView as a button. It scales on tap, which could be easily adapted into your scenario.

https://danielhindrikes.se/index.php/2020/07/14/building-a-styleable-content-button-with-pancakeview/

Thanks.