Image in ListView

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a list view i need to display items on it as following:

BMP BMP
my text My Text

....etc

any idea?
 
ListView control has an Items Collection that permits an Image from an
imagelist, a Text property (the text you want under each image) a TAG
property that can hold an Object, and more.

There are 4 view types for the control, it looks like you probably want to
choose the LargeIcon view.

Peter
 
Back
Top