i have a Panel
which contains an arbitrary number of child controls:
If the mouse enters one of the child controls in the Panel
:
Then the MouseEnter
event of the Panel
is not fired.
Note: A related problem is that if the mouse moves from the the panel to one of the child controls, then the Panel's
MouseLeave
event is fired:
Even though the mouse did not leave the panel.
How can i cause the MouseEnter
event of a Panel
to fire if the mouse enters "any" control that is a child on the panel?