I am using Listview control to display the data from my database. I am using columnheaders property to display column headers:

ListView1.ColumnHeaders.Add , , "Count", ListView1.Width / 4

But I am not seing the colmn headers when i RUN the program. Also the data is displayed in an irregular fashion.

Can someone let me know why?

Please