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

  • Thread starter Thread starter baderdinni65
  • Start date Start date
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
 
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
 
Back
Top