There is a lot of Flickering in the Ultrawinexplorer bar that I am using. In the Ultraexplorer bar I have added another explorer bar and inside that I have a container control. Within the container control I have added two Winforms controls. Whenever there is a mouse over on the explorer bar there is a lot of flickering. Can you please suggest something to remove the flickering.
Please set double buffering property to true and also use SuspendLayout property before drawing controls and then user ResumeLayout properly after drawing controls.