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