The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have several XPMenus.Bar in a MainFrameBarManager, and I would like to make them visible or invisble depending on a selected opcion in a groupBar.
My problem is that while I''m making that process the botton panel (it''s fill docked) blinks because the resizing. Is there any way to lock the size of the mainFrameBarManager?
Thanks in advance
ADAdministrator Syncfusion Team January 28, 2005 04:58 PM UTC
Hi Jose,
If you call SuspendLayout() before (and ResumeLayout() after) you change the visibility of the Bars, the Panel won''t resize until after you''ve changed all the Bars. This should prevent the Panel from resizing multiple times, which causes the flickering.
Regards,
Gregory Austin
Syncfusion, Inc.