UserPaint refreshing in C# winforms
I have a user control which I paint with the UserPaint attribute.
It draws ok, but when some of my control's area goes out of screen and back in again, it does not refresh. It's like the half that was 开发者_JS百科out is not drawn again. I override the "OnPaint" method to paint. How can I fix it? :)
精彩评论