(Query) Adding Items(not Images) to a ListView Control.

B

baderdinni65

Hi,
How can i add any object, other than an image to a ListView Control
(with LargeIcon View). If we can add, then please tell me how to do
that and post an example code for the same thing.

Regards
 
E

Eduard

You can only add ListViewItems objects into the Items property. The
ListViewItem object has a property Tag (which is an object). You can put any
object you want into that property.


baderdinni65 said:
Hi,
How can i add any object, other than an image to a ListView Control
(with LargeIcon View). If we can add, then please tell me how to do
that and post an example code for the same thing.

Regards
 

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

Top