control display

G

Guest

hi, im displaying around 30 user controls, small panels to be specific, in
one form. the problem is when displaying, it displays the panels one at a
time. I mean you can literally see them being displayed one by one but what i
wanted was for them to be displayed all at once. This is because the panel
still does many things before being displayed in the form. All i want is to
display all the panels in the form all at once.

Any help in C# would be appreciated, code or ideas.. thank you so much in
advance.
 
S

Steven Nagy

Check out BeginLayout and EndLayout methods of your container controls
(panels, forms, groupboxes, etc)
 
G

Guest

Thanks for the reply, but are you sure that there is a beginLayout and
Endlayout methods in C#? if yes can you help me find it? ive cant seem to
find it and cant find any references on it in the net too.. Im using C# 2003
..net framework 1.1 ... thanks again...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top