I have face resize problem of listview columns. If you anchor/docking the listview to normal winform than the listview anchor or docking works well. I mean lis
You can resize columns by content as described here or you have to listen for Resize event of a ListView and set size of columns in runtime.