I have a problem with flickering on my controls. I have Drag and drop operation, and when dragging a control, it is flickering. How can I solve it ? I tried this
public Form1()
{
InitializeComponent();
.
.
.
this.DoubleBuffered = true;
}
But did not worked for me. How can I fix it ?