質問するログイン新規登録

質問編集履歴

1

対処法2を修正しました。

2021/07/21 05:59

投稿

grantsdaly
grantsdaly

スコア0

title CHANGED
File without changes
body CHANGED
@@ -54,7 +54,7 @@
54
54
  ```C#
55
55
  private void Form1_Shown(object sender, EventArgs e)
56
56
  {
57
- BindingList<string> StringList1 = new BindingList<string>();
57
+ List<string> StringList1 = new List<string>();
58
58
  dataGridView1.DataSource = StringList1;
59
59
 
60
60
  StringList1.Add("あいうえお");