How to display Icons for ListBox items?

  • Thread starter Thread starter Ilya Evseev
  • Start date Start date
I

Ilya Evseev

Hi!
I want to display list of items with small icons.
Now I use ListView instance with
..SmallImages = myIconsCollection,
..View = System.Windows.Forms.View.List.
It's possible to do the same (icon+text for each item) using ListBox?

WBR, Ilya
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top