Customly chromed Windows in wpf

Posted by Alxandr on Stack Overflow See other posts from Stack Overflow or by Alxandr
Published on 2010-04-06T11:13:26Z Indexed on 2010/04/06 11:43 UTC
Read the original article Hit count: 379

Filed under:
|

I've tried creating a customly chromed window in wpf using WindowStyle None, and AllowsTransparency True, however, when I maximize the window it covers the entire screen (and goes beond it's edges, it also hides the Windows-bar at the bottom of my screen, just like a game in fullscreen). How can I make the behaviour like a normal window, but with my own customly made wpf-chrome?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about window-chrome