Reputation: 11
I'm working with a Windows Forms application where I have a main form (MainForm) with IsMdiContainer = true and FormBorderStyle = None. On the left side, I have a Panel with a MenuStrip, and at the top, I have a custom ControlBox containing buttons for actions like close, maximize, and minimize.
My issue is with the behavior of child forms inside this main form:
Upvotes: 0
Views: 60