SyntaxFix
Write A Post
Hire A Developer
Questions
In WPF the titlebar is part of the non-client area, which can't be modified through the WPF window class. You need to manipulate the Win32 handles (if I remember correctly). This article could be helpful for you: Custom Window Chrome in WPF.