Form within a panel resize problem
I have a parent form which contains a panel control. In that panel control,
I load another form. The problem is that when the parent form is resized,
the panel is resizing, but the form that is loaded within the panel is not.
Anyone know how to get around this and make the child form resize when the
panel does?
Thanks in advance!
.
Relevant Pages
- Re: Inherited forms are locked?
... Try setting the modifier property of the Panel in the parent form to ... Philip Fourie ... I have a baseform with a panel. ... > inherited form based of it, I can't add controls to it. ... (microsoft.public.dotnet.framework.windowsforms) - Re: Inherited forms are locked?
... "Philip Fourie" wrote: ... > Try setting the modifier property of the Panel in the parent form to ... I have a baseform with a panel. ... >> inherited form based of it, I can't add controls to it. ... (microsoft.public.dotnet.framework.windowsforms) - mdi form restricted within the parent form space
... Is it possible to restrict where an mdi form can go within the parent ... what if I wanted the parent form to have a panel with a ... the panel. ... (microsoft.public.dotnet.languages.csharp) - Re: mdiClient and a Button
... Create a toolbar or a panel and dock it to the parent form. ... Put the button ontop of the panel. ... Buttons on the MDI Parent Form they are in front of all forms. ... (microsoft.public.dotnet.languages.vb) - RE: Panel with lots of custom controls not showing scrollbar until res
... I would like to confirm my understanding of your issue. ... the scroll bars of the panel control shows when the ... I think it is the designed behavior of Panel control. ... (microsoft.public.dotnet.languages.csharp) |
|