How to get what item was selected ?
I am looking for solution to solve how to make something similar like ItemSelected in normal ListView.
Hey @AdamSotak you can add a Behavior and wrap it to the list. Also wrap that all the way down to the renderer. There is actually an issue open to add this to the sample code :)
#3 #4
Could you add this or show how to do this (for HorizontalViewNative)? I would absolutely do it myself if I knew how but I'm working on my first Xamarin Forms project and there's still a lot I don't know. I currently have a TapGestureREcognizer set inside the viewcell which seems to work but perhaps that is what's causing my app to crash when I scroll the list too much.