Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Title is missing on a WPF's tool window when DPI setting 125-150%

Tags:

wpf

When WindowStyle="ToolWindow" and ResizeMode="NoResize" and system DPI is 125-150% the text on the titlebar disappears. I'm running Windows 7 and WPF 3.5 Any idea why is this happening?

like image 769
pullo_van Avatar asked Feb 07 '11 15:02

pullo_van


1 Answers

I noticed this yesterday. The ToolWindow part and the DPI are fine, but adding the NoResize causes this.

like image 54
coldandtired Avatar answered Oct 31 '22 05:10

coldandtired