carlos_rocha
Newcomer
- Joined
- Nov 29, 2004
- Messages
- 4
Hi!
I have an App that has several panels, and when i click in a button i collapse them into a minumum size.After i click another button, the panels return to their normal size. I do this changing the size of the panels.My problem is that when i expand them to the normal size the transition isn't smooth, there's some flicker.I've read something about double buffering; i used and it didn't help me with that. The other thing i read was to override the OnPaint() event and draw the panel by myself.
Is this the correct solution?If not can anyone help me with this?Pleaaaaaaaase.
Thanks in advance.
I have an App that has several panels, and when i click in a button i collapse them into a minumum size.After i click another button, the panels return to their normal size. I do this changing the size of the panels.My problem is that when i expand them to the normal size the transition isn't smooth, there's some flicker.I've read something about double buffering; i used and it didn't help me with that. The other thing i read was to override the OnPaint() event and draw the panel by myself.
Is this the correct solution?If not can anyone help me with this?Pleaaaaaaaase.
Thanks in advance.