XamarinHorizontalList icon indicating copy to clipboard operation
XamarinHorizontalList copied to clipboard

How to get what item was selected ?

Open ghost opened this issue 7 years ago • 2 comments

I am looking for solution to solve how to make something similar like ItemSelected in normal ListView.

ghost avatar Mar 27 '18 15:03 ghost

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

DanielCauser avatar May 10 '18 16:05 DanielCauser

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.

primehalo avatar Jun 30 '18 20:06 primehalo