Hi there
I have a rather annoying problem. In .NET 1.1 I could have 20 controls
(labels, textboxes etc) without any problem and the painting went
satisfying. Now in .NET 2.0 whenever I have more that about 5-10 controls on
one form, the painting is extremely slow. I use a lot of nesting with
usercontrols inside tabpages and so on, but why is it so slow compared to
1.1 and how can I make the painting faster?
I've searched the web for solutions, bu no luck... (I have read the
Microsoft article about the same subject, but that didn't help)
Sincerely Kenneth Siewers
I have a rather annoying problem. In .NET 1.1 I could have 20 controls
(labels, textboxes etc) without any problem and the painting went
satisfying. Now in .NET 2.0 whenever I have more that about 5-10 controls on
one form, the painting is extremely slow. I use a lot of nesting with
usercontrols inside tabpages and so on, but why is it so slow compared to
1.1 and how can I make the painting faster?
I've searched the web for solutions, bu no luck... (I have read the
Microsoft article about the same subject, but that didn't help)
Sincerely Kenneth Siewers
Comment