I created a list view control which has 4 columns. I am
planning to add a dynamic tooltip to the control.
Everytime when the mouse hover over any subitem on column
4, the tooltip will display the content(text) of the
subitem.
I am adding my code to the MouseHover event. The problem
is that I can't tell which subitem is pointed by the
mouse cursor.
For dataGrid I can use hittest method to detect the cell.
Does list view control have similar function? I can't
find anything myself.
Thanks a lot.
Linda Chen
ClayB [Syncfusion] - 01 Oct 2004 16:28 GMT
George Shepherd's Windows Forms FAQ contains an entry entitled:
How can I tell which column (subitem) has been clicked on in my
listview?
Check it out at:
http://www.syncfusion.com/faq/winforms/search/1006.asp
=============================================
Clay Burch, .NET MVP
Syncfusion, Inc.
visit http://www.syncfusion.com for .NET Essentials
>I created a list view control which has 4 columns. I am
> planning to add a dynamic tooltip to the control.
[quoted text clipped - 13 lines]
>
> Linda Chen