Flicker problem
-
Hello, I have a user control with a panel which contains a checkedlistbox on it. I'm changing the controls sizes in the mousemove event, the problem is that it starts flickering. I have another user control which has a treeview instead of checkedlistbox and there is no such problem. So is the problem in the checkedlistbox control ? I used SetStyles with UserPaint, DoubleBuffer, AllPaintingInWmPaint for the user control but it didn't help. Any suggestions how to solve the problem? Thanks
-
Hello, I have a user control with a panel which contains a checkedlistbox on it. I'm changing the controls sizes in the mousemove event, the problem is that it starts flickering. I have another user control which has a treeview instead of checkedlistbox and there is no such problem. So is the problem in the checkedlistbox control ? I used SetStyles with UserPaint, DoubleBuffer, AllPaintingInWmPaint for the user control but it didn't help. Any suggestions how to solve the problem? Thanks
It seems flicker problem is a big disadvantage of C#, I developed a drawing tool using C#, It flicked terribly when drawing more figures. And I also use DoubleBuffer, AllPaintingInWmPaint. Its effect is not so good.
-
It seems flicker problem is a big disadvantage of C#, I developed a drawing tool using C#, It flicked terribly when drawing more figures. And I also use DoubleBuffer, AllPaintingInWmPaint. Its effect is not so good.
Hi, I have another problem. The user control I'm using is shown in a grid cell. When I click the cell I set the sizes of the panel, checkedlistbox and the form so they fit in the cell. The strange thing is when I show the form if it is less than 112pxl it is set to them. I can't think what can cause this problem . Any ideas?