-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
Hello,
I encountered in a problem on some PCs by using the MetroTabItem and try to resize the HeaderFontSize with ControlsHelper.HeaderFontSize. This works on most of the user PCs, but some users notified me about a freeze of the application. I tried then to reproduce the issue and my Microsoft Surface 3 Pro behaves in the same way.
The next screen capture shows a sample application with some TabItems and HeaderFontSize set to 15:
And again, but with HeaderFontSize set to 14. As you can see, no main window opens and the CPU load goes up to 100% on a core:
- MahApps.Metro version 1.6.5
- OS: Win10 1803
- Visual Studio 2017 15.8.0
- .NET Framework 4.7.2
My sample application is attached.