We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

MainFrameBarManager.SuspendDockBarsRedraw() method

Hi, I have recently upgraded my Syncfusion Essential Studio from version 4.4 to version 6.1. I found that the methods SuspendDockBarsRedraw() and ResumeDockBarsRedraw() of the control MainFrameBarManager are no longer existing. Without this methods, changing bars in the Bar Manager, I can note a fastidious flickering. How can I get the same behaviour without using these methods?

Best Regards, Riccardo


2 Replies

VK Vinoth Kumar K Syncfusion Team January 28, 2008 06:15 PM UTC

Hi Riccardo,

Thank you for your interest in Syncfusion products.

The issue mentioned here is suspected to be a defect and we have sent this to our development team for more analysis. We will update you once we get back from our development team.

Thank you for your patience.

Regards,
Vinoth




FS Fathima Shalini P Syncfusion Team February 1, 2008 12:52 PM UTC

Thanks for your patience.

On further analysis we have found that, SuspendDockBarsRedraw() and ResumeDockBarsRedraw() methods have been removed from the latest version. To avoid flickering, we use LockHostedFormForMDIChanges property as follows.


this.MainframeBarManager1.LockHostedFormForMDIChanges = true;
.....
.....

this.MainframeBarManager1.LockHostedFormForMDIChanges = false;


Please let me know if any concerns.

Regards,
Fathima



Loader.
Live Chat Icon For mobile
Up arrow icon