Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i created a listview1 and imagelist1

and i loaded the images in listview programmically

and now i want to add events on each listview items

how it will be done
Posted
Comments
Sergey Alexandrovich Kryukov 18-Jul-11 15:34pm    
Which events? What's the problem?
--SA

You handle ListView.ItemActivate[^] event.

When you "Activate" an item, then this event will be called.
 
Share this answer
 
Hope it help to solve your problem,

listview.itemcommand[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900