dutts / wpfmdi

A library to add the traditional Windows Forms Multiple Document Interface (MDI) features to WPF. The aim is to resemble the original as much as possible.
Apache License 2.0
66 stars 32 forks source link

windowsFormsHost and Maximize Child #4

Open HoDownKII opened 5 years ago

HoDownKII commented 5 years ago

Hello,Richard D dutts I used your idea in my project,very good! And, i have 2 problems: 1.When I maximize the child window, I create a new window and can't find the shortcut button (maximize, minimize, close). 2.When i use windowsFormsHost in child window, the form control always floats on top of all windows. I hope you can give me advice.TKS.