dotnet / wpf

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

DPI aware splash screen #947

Open grubioe opened 5 years ago

grubioe commented 5 years ago

Transferring from WPF Samples Repo: https://github.com/microsoft/WPF-Samples/issues/69

WPF splash screen images are not scaled according to the DPI.

lindexi commented 5 years ago

We can custom the splash screen and make it DPI aware.

I think it is better to show the splash screen in other threads and allow input any image file path.

Creating multi-thread UI has a low probability to crash · Issue #297 · dotnet/wpf

SartorialOffense commented 3 years ago

Any idea if this will be fixed in .NET 6.0? It is pretty jarring to users.

fatihyildizhan commented 1 year ago

Hi, does .NET 7 support DPI aware splash screen, is there any tutorials? Thanks

mnissl commented 2 months ago

Hi, does .NET 7 support DPI aware splash screen, is there any tutorials? Thanks

Neither .NET 7 nor .NET 8 does. Maybe .NET 9? 🤔

lindexi commented 2 months ago

@mnissl Sorry, I do not think so ... And we can not find this in roadmap.