Hi,
I've got a ListGrid showing some coordinates,
and a DrawPane showing shapes for that data.
When the mouse hovers over a ListGrid row, the style is changed (normal built in behavior).
It would be cool to get the same effect in the ListGrid row, when the mouse hovers over the shape in the DrawPane to show the relation.
Is there a way to trigger that?
Should I go ahead with mimicking mouseHover events on the ListGrid?
TIA,
I've got a ListGrid showing some coordinates,
and a DrawPane showing shapes for that data.
When the mouse hovers over a ListGrid row, the style is changed (normal built in behavior).
It would be cool to get the same effect in the ListGrid row, when the mouse hovers over the shape in the DrawPane to show the relation.
Is there a way to trigger that?
Should I go ahead with mimicking mouseHover events on the ListGrid?
TIA,
Comment