Showing posts with label controls. Show all posts
Showing posts with label controls. Show all posts

Tuesday, June 1, 2010

On WindowStyle set to None the maximized window hides the taskbar

Was going through the sample code in "WPF Control Development Unleashed" i saw that the custom chrome window would hide the taskbar on maximize. Lucky someone already had it fixed:
http://blogs.msdn.com/b/llobo/archive/2006/08/01/maximizing-window-_2800_with-windowstyle_3d00_none_2900_-considering-taskbar.aspx

Actually I got to it from this article:
http://blogs.msdn.com/b/wpfsdk/archive/2008/09/08/custom-window-chrome-in-wpf.aspx
It contains all you need to know about customizing the title bar in wpf application

Enjoy!