I have multiple StackLayouts inside a horizontal ScrollView inside a ViewCell. I have two questions:
- How to make StackLayout clickable?
- How to Call Navigation.PushAsync(Page) inside ViewCell class? I can call Navigation.pushAsync(Page) from ListView tho.
Thank you.