Sequential Loading of views WinForm vs WPF

We are observing a delay in loading, specifically sequential loading of views (ImageViewerControl) when using WinForms. Whereas when we use WPF, we do not see the delay.

Please see the attached video of VideoPreview depicting the issue using WinForms and WPF for your reference.

Is there a way to overcome the delay or handle sequential loading using WinForms?

MIPS SDK - 2022 R1

Milestone Corporate 2025 R1

The Smart Client uses WPF natively where it historically started as WinForms. WinForms are being deprecated.

https://doc.developer.milestonesys.com/mipsdk/index.html?base=gettingstarted%2Fmip2024R1_intro.html&tree=tree_Search.html

There are several release notes where it is mentioned that the samples are updated to WPF to secure better performance.

https://doc.developer.milestonesys.com/mipsdk/index.html?base=gettingstarted%2Fmip2023R2_intro.html&tree=tree_Search.html

https://doc.developer.milestonesys.com/mipsdk/index.html?base=gettingstarted%2Fmip2022R1_intro.html&tree=tree_Search.html

It is recommended to use WPF and to rewrite WinForms plugins to use WPF.