Home - Forums-.NET - FlyGrid.Net (Windows Forms) - FlyGrid Mouse Events

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

FlyGrid Mouse Events
Link Posted: 03-Feb-2006 06:29
I wanted to add a hover effect to the flygrid so that the current row under the cursor would display with a different background.  Things went pretty well overall, but I notice a couple of things:

1.  MouseMove does not fire when the cursor is over the portion of the grid does not have any rows (if you have fewer rows that will fill the height of the grid).
2.  MouseWheel does not fire at all when you use it to scroll the grid.[/list][/list]
Link Posted: 04-Feb-2006 20:08

1. MouseMove does not fire when the cursor is over the portion of the grid does not have any rows (if you have fewer rows that will fill the height of the grid).

Fixed. Rows highlighting examples has been added to Tree/ListView sample

2. MouseWheel does not fire at all when you use it to scroll the grid.

Fixed.

These fixes will available in the nearest FlyGrid.Net update.