Hi All,
The question is the following. I have my custom image ui widget. I can scroll it and scale it. During the process of scrolling and scaling it starts flickering.
It can be fixed by using double buffering (offscreen buffer) for drawing. Maybe someone has experience in dealing with double buffering and rendering custom widgets.
Thanks!