简体   繁体   English

自定义适配器中的speener事件,用于Listview行Xamarin Android

[英]speener event in Custom Adapter For Listview Row Xamarin Android

I have done a custom adapter with Getview method for a custom Row in ListView and it works fine. 我已经使用Getview方法为ListView的自定义Row完成了自定义适配器,并且工作正常。 I have four textviews and one spinner in my Row . 我的Row有4个textviews和1个spinner。 I want to fire the itemSelect event for the items of the spinner. 我想为微调器的项目触发itemSelect事件。 But the event fires every time I scroll! 但是,每次滚动时都会触发该事件! (so as Getview method).. How can I fix it please? (例如Getview方法)。如何解决?

Use RecyclerView which is more dynamic and handles Spinners , CheckBox , Radio Buttons etc in much better way than ListView . 使用更动态的RecyclerView并比ListView更好地处理SpinnersCheckBoxRadio Buttons等。

Useful Links 有用的链接

http://andraskindler.com/blog/2014/migrating-to-recyclerview-from-listview/ http://andraskindler.com/blog/2014/migrating-to-recyclerview-from-listview/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用REST API,自定义列表视图,适配器,行布局在Xamarin Android C#中填充列表视图 - How to populate a Listview in xamarin android c# using REST API, custom listview, adapter, row layout 使用ListView适配器填充的ListView上未触发ItemSelected事件-Xamarin Android - ItemSelected event not firing on ListView that's being populated using ListView Adapter - Xamarin Android ListView ItemClick事件未针对自定义ListView适配器触发 - ListView ItemClick event not firing for custom ListView adapter 在Listview自定义适配器中编辑文本在滚动时失去位置? -C#-Xamarin.Android - Edit text in Listview Custom Adapter Loses its position while scrolling? - c# - Xamarin.Android 如何在 Xamarin.Android 中将 DataTable 转换为 ListView 适配器 - How to Convert DataTable to ListView Adapter in Xamarin.Android ListView的Click事件在Xamarin android中不起作用 - Click event of listview is not working in xamarin android Xamarin Android C#:使用SQLite数据库中的数据填充ListView自定义行 - Xamarin Android C#: Populate ListView Custom Row With Data From SQLite Database 自定义列表视图有虚假信息 Xamarin Android - Custom listview has false information Xamarin Android 微调器适配器 - Xamarin Android - Spinner Adapter - Xamarin Android 图像适配器Xamarin Android - Image Adapter Xamarin Android
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM