Great, thanks! To be a little clearer for future readers, this is
what I did:
this.listView1.Items.Clear();
this.listView1.View = View.Details;
this.listView1.Columns.Add("Name");
this.listView1.Columns[0].Width = this.listView1.Width -
4;
this.listView1.HeaderStyle = ColumnHeaderStyle.None;
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.