slow Winform GDI performance

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

Is it possible to achieve 'professional looking' application in C# ?

Let me explain myself :

I have 4 panels, with inside a few simple controls (text and buttons).
Upon user selection, i hide/show the corresponding panel with
panel1.visible=true/false...

On the screen you can see that the operation is not smooth and make me
remember those VB days..

Does someone ever found a way to make the UI more professional
 
Docked panels ? Pictures ? How many controls in each panel ? Animations ? I
tried a quick repro but it performs well...

My approach would be to copy this project and suppress all but UI code..
- if it works it's somewhere else
- if this is in the UI code you could simplify until it changes to locate
the cause
- if you located the cause but can't find the solutiion you'll be able to
post a bare bone demo of the problem

Sorry for the poor help...
 
Back
Top