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
 
Back
Top