I have an app where I need to know what row in the clv the mouse is over as I move it with the right button held down.
I have no problem when no buttons are pressed, using the _MouseEntered event. But when I hold the right button down and move the mouse, the _MouseEntered event no longer triggers - except when moving back and forth over the specific row where the mouse button was pressed down.
Moving the mouse over the clv in the attached project logs the results - move the mouse over the clv, then do the same with either button held down.
Is there a way to do what I am looking for?
I have no problem when no buttons are pressed, using the _MouseEntered event. But when I hold the right button down and move the mouse, the _MouseEntered event no longer triggers - except when moving back and forth over the specific row where the mouse button was pressed down.
Moving the mouse over the clv in the attached project logs the results - move the mouse over the clv, then do the same with either button held down.
Is there a way to do what I am looking for?