ObjectListView - Delete a row by clicking on a designated column with fixed content/text

后端 未结 2 2028
北海茫月
北海茫月 2021-01-19 01:16

I have a simple question which i am not able to solve myself.

I have an ObjectListView filled with some of my objects. But in addition to that I want to have another

2条回答
  •  情歌与酒
    2021-01-19 01:59

    If the "Delete" column is not the first column in the ObjectListView, you will have to set

    ShowImagesOnSubItems = true;
    

    See also ObjectListView show icons.

提交回复
热议问题