We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b973ca commit c26ec54Copy full SHA for c26ec54
snippets/csharp/VS_Snippets_Winforms/ListViewExample/CS/form1.cs
@@ -133,7 +133,7 @@ private void CreateMyListView()
133
listView1.Columns.Add("Column 4", -2, HorizontalAlignment.Center);
134
135
//Add the items to the ListView.
136
- listView1.Items.AddRange(new ListViewItem[]{item1,item2,item3});
+ listView1.Items.AddRange(new ListViewItem[]{item1,item2,item3});
137
138
// Create two ImageList objects.
139
ImageList imageListSmall = new ImageList();
0 commit comments