I'm using the graphics supplied as a parameter in the OnPaint ; What really makes the control filkering more and more, is its nature as a container (such as the panel), When the control is drawn without any children controls, it works very good but when adding the children controls, it starts flickering in an unacceptable fashion ... Thanks for helping but I stell need some more IDEAS ...
IceFear
Posts
-
User Controls -
User ControlsI need a solution for reducing or removing the flicker in the user controls (some controls I made) ... I'm seeking an effectient way; so please if anyone know how to do it, please tell me ... NOTE : I have already used the DoubleBuffer Style and still got some sort of flicker ... The controls are drawn from A to Z so it continue flickering and flickering :~ :~ :~ ... Thanks for your time ....
-
C# PropertiesHow to make a property look like a list without being an ENUM or BOOL I.E --> using a dynamically allocated array as a property and viewing it as a drop down list - such as the TextAlign property in the TextBox
-
How To Merge DataGrid Cells ?I wanna know how can i merge THE CELLS of DataGrid .. &&&&& How can i change the style of the COLUMN HEADER such as splitting the header cell into two cells and changing the height of the header regardless of the font size ... THIS IS URGENT