C# ListView 選中狀態的判斷方法

問題: 在ListView中先選中一個Item,然後在點Button時能夠獲得選中的Item的Text,Button中要能夠判斷Item是否被選中,否則SelectedItems會報錯。 實現代碼: private void button2_Click( object sender,EventArgse) ... { if(listView1.FocusedItem!=null) ...{ if(
相關文章
相關標籤/搜索