this.listView1.Columns.Add(new ColumnHeader()); this.listView1.Columns[0].Text="Name";
I have written the above code but it seems that it is not sufficient to add any column in the list-view since it is present in the split-container.