ColumnHeader is the closest one that I've found, but it seems that it's conbined with ListView. I needs columnheader that I can set its location, size.
ColumnHeader is the closest one that I've found, but it seems that it's conbined with ListView. I needs columnheader that I can set its location, size.
Hi, did you recognise the property "Columns" of System.Windows.Forms.ListView? It's a collection of columns that should have all properties you'll need. Kind regards