T
Torbjorn Stavas
I really don't know where to start, but i'll try to get your attention
by a post here.
I got a panel with a lot of radiobuttons and labels. When scrolling
this panel (using the panel-in-a-panel trick), the drawing/updating
performance is really sucky on the display. Not that strange, since
there's a lot of controls that need to get re-painted.
One way of improving the drawing speed, would be to substitute the
panel with a bitmap representing the look of the entire panel, and let
this bitmap be the one that is being scrolled. When the user is done
scrolling, i'll switch back to the panel again, with the same x/y
position of the bitmap.
My problem is that i don't know how to create this bitmap. If anyone
got any suggestion, or could point me in the right direction, i would
really appreciate it.
//Regards, Torbjorn
by a post here.
I got a panel with a lot of radiobuttons and labels. When scrolling
this panel (using the panel-in-a-panel trick), the drawing/updating
performance is really sucky on the display. Not that strange, since
there's a lot of controls that need to get re-painted.
One way of improving the drawing speed, would be to substitute the
panel with a bitmap representing the look of the entire panel, and let
this bitmap be the one that is being scrolled. When the user is done
scrolling, i'll switch back to the panel again, with the same x/y
position of the bitmap.
My problem is that i don't know how to create this bitmap. If anyone
got any suggestion, or could point me in the right direction, i would
really appreciate it.
//Regards, Torbjorn