Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How create custom item in ListBox Windows Forms?

I need create own style of items in ListBox.Do I need create all custom ListBox or can just do custom Item?Any why I need example please I'm using windows forms.Thank u!

like image 972
TuffGong Avatar asked Oct 12 '25 14:10

TuffGong


1 Answers

Extending the ListBox to show more complex items

this is a vb.net example:

http://www.vbforums.com/showthread.php?599375-ListBox-with-custom-items-(colors-images-text-alignment)

like image 194
hamid reza mansouri Avatar answered Oct 14 '25 07:10

hamid reza mansouri