SuspendLayout Not Suspending...

Tech-Archive recommends: Fix windows errors by optimizing your registry



I have a user control (tag) made up up 9 smaller user controls (minitag).

I have a panel on a form that is being populated with 81 of the tag controls in a grid configuration.

Even though I am using Suspend Layout, I still see the controls getting drawn as they are added to the panel.

I've tried suspending the layout of the form, of the panel and even on the user controls.

How can I get this thing populated wihtout seeing it being drawn so slowly on the screen?

Thanks.

J

Relevant Pages

  • Re: two Windows message loops in .NET 2.0?
    ... If you made each of the panels user controls instead of something ... The right "panel" contains a mask that starts a series of modal dialoges. ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: user control host form gets disabled
    ... > My main form contains a panel which I use to host user controls. ... > public class MyControl: UserControl ... > private void Remove_Click ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Expanding user controls
    ... I have a treeview and a panel inside of a form. ... different user controls get loaded into the panel. ... If the form is resized, or maximized the panel stretches with the form, but ...
    (microsoft.public.dotnet.languages.vb)
  • Re: "Global" objects
    ... The Main form is declaring an object (doesn't really matter what it ... these user controls are NOT placed onto the panel on the Main ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: "Global" objects
    ... does for purposes of this discussion) and a public method to return it. ... these user controls are NOT placed onto the panel on the Main ...
    (microsoft.public.dotnet.framework.windowsforms)