is there an event that fires when a child control is added to a parent container control (ie child panel added to a parent panel)?
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
after a parent container (panel) control's constructor executes is there an
event that fires as child controls (other panels) are added to the parent
(ie in the init component). I need to process child controls before the
panel is painted.
.
Relevant Pages
- Re: ShowForm ?
... because of the OnShow event, which actually fires before the panel ... complexity level), he may need to use window messaging. ... (comp.lang.pascal.delphi.misc) - Re: Tab Control without tab section
... VisibleChanged event on all its child controls and upon one child being ... If you don't need the tabs then don't use a TabControl ... because currently I using the Navigation Pane like outlook for my interface. ... visible and invisible those panel all the time. ... (microsoft.public.dotnet.framework) - Re: Tab Control without tab section
... VisibleChanged event on all its child controls and upon one child being ... If you don't need the tabs then don't use a TabControl ... I think to made when user click on the navigation pane button then right ... visible and invisible those panel all the time. ... (microsoft.public.dotnet.framework) - Moving control waits for it to be painted and that is slow
... Now all goes fine until I open one of them that has a lot of child controls ... Actually it has one tabcontrol with two tabs, first tab without child ... Closing however is no problem. ... Also I have an other panel with almost the same child controls but without ... (microsoft.public.dotnet.languages.csharp) - Re: Form AutoScroll Problem
... Override the form's OnSizeChanged method and layout your child controls to ... > I have a form which contain 2 panels, Master and Detail, Master panel is ... > Dock to the bottom and Master panel Dock to fill. ... > resize base on form resize, whereas bottom panel size always retain. ... (microsoft.public.dotnet.languages.vb) |
|