MouseEvent on a Rowdefiniftion within a WPF Grid

Posted by Organ Grinding Monkey on Stack Overflow See other posts from Stack Overflow or by Organ Grinding Monkey
Published on 2010-05-17T16:26:25Z Indexed on 2010/05/17 16:30 UTC
Read the original article Hit count: 246

Filed under:
|

Hi

I am trying to determine which row (RowDefinition) my mouse is over within a WPF grid.

I have tried adding the MouseEnter event to the RowDefinition but the event doesn't fire, the Event does fire on the Grid itself but that doesn't help as I need the name of the row the mouse is currently over.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about mouseevent