control display

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
Check out BeginLayout and EndLayout methods of your container controls
(panels, forms, groupboxes, etc)
 
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...
 
Back
Top