Version: 4.0.456.0
A couple issues regarding Windows Forms interop:
A windows forms control that is placed in a tool window that is auto-hidden has issues when it is restored by clicking on the tab. The control just behaves oddly and is not restored correctly (visually). I'm aware this is related to Windows Forms / WPF interop issues, however other WPF docking libraries do not have this issue.
More serious is that the DockSite.WindowActivated event does not fire when the window is activated (via click). Other tool windows with WPF controls cause this event to fire.
Any workarounds / ideas?
A couple issues regarding Windows Forms interop:
A windows forms control that is placed in a tool window that is auto-hidden has issues when it is restored by clicking on the tab. The control just behaves oddly and is not restored correctly (visually). I'm aware this is related to Windows Forms / WPF interop issues, however other WPF docking libraries do not have this issue.
More serious is that the DockSite.WindowActivated event does not fire when the window is activated (via click). Other tool windows with WPF controls cause this event to fire.
Any workarounds / ideas?