Add support for x:Load
Open
Enhancement Requested
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
`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
Contributor guide
Assessment
This issue has not been assessed yet.