Link to home
Start Free TrialLog in
Avatar of bukko
bukko

asked on

Listview ListSubItems

Hi,

How can I dynamically add listsubitems to a listitem in a listview with events?
I want to be able to detect a right or left click of a particular column of a report style listview.

Thanks

bukko
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

You need to add the listviews' ColumnHeader instead..
Avatar of bukko
bukko

ASKER

I did that.
I can get click events for the columnheaders with no problems.

I want a click event for the subitems.
In other words, I want to be able to click (or event better doubleclick) a row, and be able to determine which column was clicked, not just the row.
SOLUTION
Avatar of JR2003
JR2003

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial