I'm a web developer with some basic experience with Windows Forms.
I need to create a Windows application with a single Form with lots of pages -I need to be able to change 100% of the content in the form several times (no pop-ups). I want the main navigation element to be a column of buttons along the left side. Those buttons should change the rest of the form.
From the searches I've done, MDI seems to be close to the solution I want.
Issues with using MDI: I don't want File Edit Window -across the top.
MOST IMPORTANT PART: There is a large, complex panel full of controls that I want to appear on several of the pages within this single Form. I want to write the panel once, but display it on multiple pages and populate it from each.
Can anyone point me toward a good template or pattern? Am I going down the wrong road with MDI?