Prevent user from resizing columns with WPF ListView

后端 未结 5 1645
慢半拍i
慢半拍i 2020-12-06 04:27

How can I prevent a user from resizing GridViewColumns withing a ListView control?

5条回答
  •  醉梦人生
    2020-12-06 05:04

    I was able to do something similar with the instructions in this post

    http://blogs.msdn.com/b/atc_avalon_team/archive/2006/04/11/573037.aspx

    I wasn't able to use a full XAML solution, since I was building everything in my code behind due to the dynamics of it. Worked great on the first try.

提交回复
热议问题