dotnet / wpf

WPF is a .NET Core UI framework for building Windows desktop applications.
MIT License
7.08k stars 1.17k forks source link

Add support for x:Load #2689

Open Symbai opened 4 years ago

Symbai commented 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.

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

m0lDaViA commented 3 months ago

So i guess it didn't got added? What a shame ...

lindexi commented 3 months ago

@m0lDaViA Yeah, it do not be added in .NET 9.