首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

怎么获取ListView(Form程序)的索引项值?

2012-01-02 
如何获取ListView(Form程序)的索引项值??如何获取ListView(Form程序)的索引项值??我点击ListView中的任一

如何获取ListView(Form程序)的索引项值??
如何获取ListView(Form程序)的索引项值??
我点击ListView中的任一行,获取当前的索引值   怎么办?

[解决办法]
this.lstDatas.FocusedItem.Index

热点排行