Use Host under the mouse

31 May 20211 minute to read

HostUnderMouse is the property, which is used to get the DockedElementTabHost that was under the dragged host. This can be used to update the relevant properties of Element Host while dragging the Float child.

  • XAML
  • DockedElementTabbedHost host = DockingManager.HostUnderMouse;

    s