C# Can I display images in a list box?

前端 未结 3 1168
再見小時候
再見小時候 2020-11-30 05:07

C# In a nut shell can I display images in a list box? I have a list of users and I want to display a green tick next to some of the names, is this possible?

Thanks<

3条回答
  •  无人及你
    2020-11-30 05:48

    System.Windows.Forms.ListView will do the trick very easily. You might have to work a little harder than a ListBox if you want the list in 'details' view though.

提交回复
热议问题