Blinue / Magpie

An all-purpose window upscaler for Windows 10/11.
GNU General Public License v3.0
9.69k stars 496 forks source link

惰性加载某些控件以提高页面加载速度 #754

Closed Blinue closed 1 year ago

Blinue commented 1 year ago

cppwinrt 使用 x:Load 有一个 bug:https://github.com/microsoft/microsoft-ui-xaml/issues/7579 。使用 x:Load 的页面应在 idl 中添加

void UnloadObject(Windows.UI.Xaml.DependencyObject object);