S
Sternchen
Hi,
I wrote an application where you can create your own graph by adding
curve points into a coordinate system grid. The grid is placed on a
panel. Also you can pick the control points and drag them to another
spot. If I do so, I get such a bad flicker effect (only in the panel)
and sometimes the whole background is blank.
In my MouseMove method I do all the interactive stuff and update the
panel with panel.Invalidate().
Any idea?
Cheers
I wrote an application where you can create your own graph by adding
curve points into a coordinate system grid. The grid is placed on a
panel. Also you can pick the control points and drag them to another
spot. If I do so, I get such a bad flicker effect (only in the panel)
and sometimes the whole background is blank.
In my MouseMove method I do all the interactive stuff and update the
panel with panel.Invalidate().
Any idea?
Cheers