dotnet / dotnet/wpf

Add support for x:Load

Open
#2,689 2 comments 25 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.