J
jweizman
Hi
I have a quite complex GUI in C#, where i save space by using many
Panels, Pictures which hosts controls.
When the user needs a function, i hide the "olds" panel, pictures..
then show the necessary ones.
All these visible=true/false are killing my app in terms of display
performance and give vey bad impression.
Can someone help me how to improve ?
Thanks
Jonathan
I have a quite complex GUI in C#, where i save space by using many
Panels, Pictures which hosts controls.
When the user needs a function, i hide the "olds" panel, pictures..
then show the necessary ones.
All these visible=true/false are killing my app in terms of display
performance and give vey bad impression.
Can someone help me how to improve ?
Thanks
Jonathan