T
Torbjorn Stavas
I got several groups of components on a form that should be shown or
hidden depending on certain events.
In order to not to have to set the Visible property on all the
different components, i add them to different ContainerControls, and
use the containercontrols visible property. When i had used
ContainerControls for a while, i came to think of the almost non
existing difference of ContainerControl compared to a panel.
What option is best, when considering the performance of my
application... Should i use panels or containercontrols...?
//Regards, Torbjorn
hidden depending on certain events.
In order to not to have to set the Visible property on all the
different components, i add them to different ContainerControls, and
use the containercontrols visible property. When i had used
ContainerControls for a while, i came to think of the almost non
existing difference of ContainerControl compared to a panel.
What option is best, when considering the performance of my
application... Should i use panels or containercontrols...?
//Regards, Torbjorn