question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MetroWindow Invisible with Windows 10 April 2018 Creator's Update 1803

See original GitHub issue

Describe the bug My app’s main window is invisible after upgrading to win 10 april 2018 creator’s update 1803.

To Reproduce Set MainWindow.xaml to

<controls:MetroWindow x:Class="a.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:wpf="clr-namespace:a.classes.Wpf" xmlns:controls="http://metro.mahapps.com/winfx/xaml/controls" xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity" Height="728" Width="1024" VerticalAlignment="Top" VerticalContentAlignment="Center" WindowTitleBrush="#191919" WindowStyle="SingleBorderWindow" WindowStartupLocation="CenterScreen">

Expected behavior Application main window should appear

Environment(please complete the following information):

  • MahApps.Metro v1.4.0
  • OS: Win10 1803
  • Visual Studio: 2017 15.7.1
  • .NET Framework: 4.6.2

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
slemancommented, May 31, 2018

Updated machine’s graphics card drivers from Intel’s website and window appears fine now.

0reactions
punker76commented, May 30, 2018

@Antonyo Please try with the latest version 1.6.4 again. What window properties did you set in Xaml and code behind? Any other special stuff like setting AllowsTransparency to true or something else? Can you create a short simple App with latest MahApps version and test it on the failing machine?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Windows 10, update 1803 (April 2018)
I have an Alienware and had issues every time I try to upgrade. The main issue is that I can type, but the...
Read more >
Windows 10 April 2018 Update (version 1803): Removed ...
The April 2018 Update removes a bunch of legacy features, and HomeGroup and XPS Viewer are two of them — Here's the complete...
Read more >
Windows 10 April 2018 Update (version 1803): 7 best ...
Windows 10 April 2018 Update (version 1803): 7 best hidden features · 1. Fix scaling for apps · 2. App settings · 3....
Read more >
Ready for Windows 10 April 2018 Update? How to take ...
Microsoft has begun the long, slow roll-out of Windows 10 version 1803 via Windows Update. Here's how you can take charge of the...
Read more >
Administrative Templates (.admx) for Windows 10 April ...
I upgrade the ADMXs every time Microsoft release new templates so have gone from 1703 > 1709 > 1803 over the past year....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found