Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は問題があります; C#フォームでリストビューを作成し、ボタンで編集しようとしています。
しかし、それは編集しません。手伝ってくれませんか、チップをください。
listViewがオンForm1になっていて、2番目のforeachループを使用すると、編集されていることがわかりForm1 ListViewますが、変更は表示されません。それはまだ同じです。
Form1
ListView
これを試して
frm.InitializeComponent();