How to make a list control contains strings & images?

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

Hi:
I want to make a list control that each item displays a text and an image. I
can change the image size so that the text height matches the image height.


thank you very much

steve
 
Hi:
I want to make a list control that each item displays a text and an image.. I
can change the image size so that the text height matches the image height.

thank you very much

steve

You could use a ListView for that.
 
That's what I did. I know ListView allows me add one type of object.
Please tell me how to add 2 different objects (text & image) in one item?
And how to change the size of text and image?

thank you

steve


"Ignacio Machin ( .NET/ C# MVP )" <[email protected]>
???????:[email protected]...
Hi:
I want to make a list control that each item displays a text and an image.
I
can change the image size so that the text height matches the image
height.

thank you very much

steve

You could use a ListView for that.
 
Back
Top