listview 如何选中条数据,在线等 急啊listview 如何选中条数据,在线等 急啊listview 如何选中条数据,在线等 急啊
this.listView1.FullRowSelect = true;
你是要通过鼠标触发选中 还是想通过代码来选中
你可以自己通过鼠标点击事件实现,如listView.setOnItemClickListener(new ItemClickListener()); 然后自己实现 ItemClickListener()