Home > Net >  Xamarin. Android listview inside to join a list of the Button, and get the click event
Xamarin. Android listview inside to join a list of the Button, and get the click event

Time:09-19


Similar to the format of form, how to add BUTTON in the column, and get the click event,

CodePudding user response:

Look at the official document
https://docs.microsoft.com/en-us/xamarin/android/user-interface/layouts/list-view/customizing-appearance
Such code should be able to find the
 

FindViewById (Android. Resource. Id. The List). CheckedItemPosition

CodePudding user response:

Xamarin development.
But when I was in android development, using a listview,
Be implemented is to separate their own template listview, button events,
  • Related