How to hide a column in a ListView control?

后端 未结 9 2330
慢半拍i
慢半拍i 2021-02-14 03:01

How can I hide a column in a ListView control, without setting the column Width property to 0?

Also, can I lock the Width

9条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-14 03:27

    If you need associate data with a row without displaying it use the ListView's Tag property

提交回复
热议问题