Adjust ListView columns to fit with WinForms

后端 未结 5 1647
不知归路
不知归路 2021-02-07 21:50

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

5条回答
  •  执念已碎
    2021-02-07 22:29

    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.

提交回复
热议问题