Home - Forums-.NET - FlyGrid.Net (Windows Forms) - How to add mouse over for a cell?

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

How to add mouse over for a cell?
Link Posted: 03-Sep-2007 07:29
I would like to add a mouseover when the mouse enetrs a cell. The content of the mouse over will be dynamic. In the examples contextsensitive search forms seems to be doing this in one column. But i have not been able to figure out how to set this up.
Any help would be appreciated.
Link Posted: 03-Sep-2007 09:34
The Context sensitive search demo uses HierarchiColumn.HotTrack property to enable mouse enter text hover.

Do you actually just need to handle mouseover event for specific node.


You can refer to the treeListViewForm.cs from the demo app, and especially the todoList_MouseMove handler which determines currently hovered node.