I have a problem with flickering for a lot of buttoncontrols in a panel.
I have put a panel on the form that holds 200 buttoncontrols. When switching from one panel to this panel, all 200 buttoncontrols flickers for about 2 seconds.
I have red that if setting DoubleBuffered = true; for the Form, this could be the solution but that does not work.
What I think I have understand from when googlig around is that something has to be done with the container that holds the flickering control wich in this case is panel1 but I cant get examples of what I need to do.
This is what I think a solution is about but I am not sure ?
I would be very happy for any kind of help as this has been a problem through my whole project.
Thank you!