WindowsFormsHost: how to make it to be draggable inside the canvas

  • Thread starter Thread starter Lily
  • Start date Start date
L

Lily

I have a WindowsFormsHost with some WindowsForm chart in a canvas. I don't
know how to make it draggable inside the canvas so user can move it around.
 
My answer is no. When mouse goes over WindowsFormsHost the parent of the
WindowsFormHost does not see the mouse events any more. So there is no way we
can drag WindowsFormsHost inside canvas. I have done lots of searches these
days. I could not find any example.

Please correct me if you think I am wrong. If you find an example please let
me know.
 
My answer is no. When mouse goes over WindowsFormsHost the parent of the
WindowsFormHost does not see the mouse events any more. So there is no way we
can drag WindowsFormsHost inside canvas. I have done lots of searches these
days. I could not find any example.

Please correct me if you think I am wrong. If you find an example please let
me know.
 
Back
Top