C#/WPF: Make a GridViewColumn Visible=false?

后端 未结 5 974
无人共我
无人共我 2021-02-13 02:08

Does anyone know if there is an option to hide a GridViewColumn somehow like this:


    
        

        
5条回答
  •  旧时难觅i
    2021-02-13 02:19

    I've set the column the width="0". Now the column looks like its not visible. But i do not know if it will affect anything else. It might be a dummy solution but for now it works.

提交回复
热议问题