how can i make a control of this type

That looks like a standard Listview control in Detail view mode.
 
You have to add columns.
 
ok i had to add columns, but the items that i added have all come under the first column? how do i add items under a particular column
 
Last edited:
I used subitems to fit data into the second colum but programmatically does this mean that the subitems are like properties of the items(ie the first column)?
 
Yes, they are in SubItems property of the ListViewItem.
 
Back
Top