Hello everyone,
I'm encountering significant performance degradation when integrating our custom WinUI 3 controls into a complex application. Specifically, rendering and update operations seem to be much slower than expected, even after optimization efforts like virtualization and efficient data binding. Has anyone else experienced similar issues or have insights into common pitfalls when developing high-performance custom UI elements in WinUI 3? I'm using C# and XAML, targeting Windows 10, version 1903.
Any guidance or shared experiences would be greatly appreciated!