开发者

Selecting index with viewlist in visual studio

开发者 https://www.devze.com 2023-03-01 18:06 出处:网络
How do开发者_运维知识库 I select an selected index in a listview in visual studio?You can use ListView.SelectedItems property if you are not using checkboxes.

How do开发者_运维知识库 I select an selected index in a listview in visual studio?


You can use ListView.SelectedItems property if you are not using checkboxes. http://msdn.microsoft.com/en-us/library/system.windows.forms.listview.selecteditems.aspx

You can use ListView.Checkedindices propery if you are using checkboxes. http://msdn.microsoft.com/en-us/library/system.windows.forms.listview.checkedindices(v=vs.71).aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号