当前位置: 代码迷 >> Windows Mobile >> wp7怎么实现直接点击ListBox中的Button时自动选中其所属的Item
  详细解决方案

wp7怎么实现直接点击ListBox中的Button时自动选中其所属的Item

热度:3157   发布时间:2013-02-26 00:00:00.0
wp7如何实现直接点击ListBox中的Button时自动选中其所属的Item
ListBox中的Item包含TextBox、Button等,当我直接点击第5条的Button时,SelectIndex=-1,只有选中Item时,SelectIndex=4,如何实现直接点击第5条的Button时自动选中其所属的Item,从而获取该Item的SelectIndesx?
------最佳解决方案--------------------------------------------------------
这个容易,Button的tag属性帮顶该行数据远的主键,点击Button时得到tag值

用tag值即可定位当前Button对应ListBox数据源行的SelectIndex

OK
------其他解决方案--------------------------------------------------------
该回复于2011-12-22 09:39:22被版主删除
------其他解决方案--------------------------------------------------------
楼上的方法可以参考
------其他解决方案--------------------------------------------------------
该回复于2011-12-26 09:43:59被版主删除
------其他解决方案--------------------------------------------------------
除楼上以外,还有没有其他方法?
  相关解决方案