Open Symbai opened 4 years ago
x:Load is a powerful feature of UWP allowing to show/hide a control via binding. Unlike Visibility it's doesn't load the original control in background (instead a small placeholder) which means it's a huge performance improvement.
x:Load
Visibility
It would be great if this gets support on WPF as well. https://docs.microsoft.com/en-us/windows/uwp/xaml-platform/x-load-attribute
So i guess it didn't got added? What a shame ...
@m0lDaViA Yeah, it do not be added in .NET 9.
x:Load
is a powerful feature of UWP allowing to show/hide a control via binding. UnlikeVisibility
it's doesn't load the original control in background (instead a small placeholder) which means it's a huge performance improvement.It would be great if this gets support on WPF as well. https://docs.microsoft.com/en-us/windows/uwp/xaml-platform/x-load-attribute