Hi,
we have a relatively big issue with interop. It's super easy to repro:
- Create a WinForms project
- Add a DockSite (inside a ElementHost)
- Add a couple of tabs
- Start the app
- Raft the tabs
- Minimize the main window to the taskbar
Result:
- The rafted windows are not minimized
- When you click them or drag them they go to coordinates (-32768, y). Their state remains "Normal"
From the log: Window Home in location (-32768, 132) with size (1207, 821) and state Normal - There is nothing you can do to get them back
Any suggestions? We would be happy with any of the following:
- The rafted windows are minimized together with the main window
- Or, they don't fly away (e.g. the Left value doesn't go in overflow)
Please let me know if you need a sample app.
Thanks!
Sam