R
Robot
Hello,
I'm developing an application in C# .NET.
I have a problem with components flickering
during resizing window. I realized that some
application (e.g. Mozilla Firefox) doesn't
redraw all the components all the time of
resizing a window - it just draw a gray rectangle.
And then, after mouse button goes up, it
refreshes a window.
How to achive such effect?
Interesting thing is that sometimes Mozilla
Firefox is refreshing window during resizing,
and sometimes it is drawing gray rectangle.
Thanks in advance,
Robot.
I'm developing an application in C# .NET.
I have a problem with components flickering
during resizing window. I realized that some
application (e.g. Mozilla Firefox) doesn't
redraw all the components all the time of
resizing a window - it just draw a gray rectangle.
And then, after mouse button goes up, it
refreshes a window.
How to achive such effect?
Interesting thing is that sometimes Mozilla
Firefox is refreshing window during resizing,
and sometimes it is drawing gray rectangle.
Thanks in advance,
Robot.