ComponentFactory / Krypton

Krypton WinForms components for .NET
BSD 3-Clause "New" or "Revised" License
1.85k stars 681 forks source link

MDI child integration with parent #161

Open mbagattini opened 5 years ago

mbagattini commented 5 years ago

I noticed that MDI child form does not merge with its parent like it normally happens for regular Windows Forms. In older projects using Krypton version 2, this doesn't happen. Am I missing something, a flag or so?

mdi

ComponentFactory commented 5 years ago

You could try recompiling the Krypton source code as .NET 2.0 and then see if that fixes the problem. Maybe it is a framework issue.

On Wed, Oct 31, 2018 at 7:52 PM Matteo Bagattini notifications@github.com wrote:

I noticed that MDI child form does not merge with its parent like it normally happens for regular Windows Forms. In older projects using Krypton version 2, this doesn't happen. Am I missing something, a flag or so?

[image: mdi] https://user-images.githubusercontent.com/941612/47776412-a26c4100-dcf2-11e8-8bc4-970c6f01f851.gif

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ComponentFactory/Krypton/issues/161, or mute the thread https://github.com/notifications/unsubscribe-auth/ANVz8CHk-ajfZ_up_O3qx0f9Lzqc9_Snks5uqWTHgaJpZM4YDm7M .

-- Regards Phil Wright phil.wright@componentfactory.com

preetamar2003 commented 2 years ago

i still got this issue and no solution found in google.

mbagattini commented 2 years ago

Last time I checked I still had this issue, a couple of months ago.