Hi,
Does anyone have a suggestion to this.
I have a main form with a list on the left which will open up new windows. It is no problem to set it up as a mdi form. I would prefer to use panels and not have it as an mdi.
I know in Delphi, you can use frames and this way the form won't be clustered up by all of the controls. Is there anything similar to this in .NET
The only way I can think of is to have multiple panels on the form and when it runs, just hide the ones that are not being used. But this will make the form very messy.
Any help would be great.
Steve
Does anyone have a suggestion to this.
I have a main form with a list on the left which will open up new windows. It is no problem to set it up as a mdi form. I would prefer to use panels and not have it as an mdi.
I know in Delphi, you can use frames and this way the form won't be clustered up by all of the controls. Is there anything similar to this in .NET
The only way I can think of is to have multiple panels on the form and when it runs, just hide the ones that are not being used. But this will make the form very messy.
Any help would be great.
Steve