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 a MDI application with XP menues. When I activate a different MDI child, the framework will update the menues according to the active child, which is nice. However, during the update, there is quite a lot of screen flickering. It looks like the following happens
- old toolbar is removed
- all children are painted in new position
- new toolbar is inserted
- all children are painted again in the old position.
Is there any way to avoid this behaviour? I am using version 3.2.1.0.
ADAdministrator Syncfusion Team June 14, 2005 08:45 PM UTC
Hi Kjetil,
You should be able to eliminate this flicker by using RegisterMdiChildTypes to explicitly merge the children forms and precalculate the merged bars.
Regards,
Gregory Austin
Syncfusion Inc.