I’m interested in creating a window in WPF that has a style similar to the way Visual Studio 2012 looks (the seamless window with color around edges, color is not necessary). This might not be a very programming – oriented question, but does anyone know of a library like the Fluent Ribbon library that can create this style?
Thanks!
I think if you look for the term “Custom Window Chrome” you’ll get answers about what you’re looking for. I wrote a library a while back that did a lot of the work for this:
http://archive.msdn.microsoft.com/WPFShell
There’s also a blog post linked there that explains how it’s implemented:
https://learn.microsoft.com/en-us/archive/blogs/wpfsdk/custom-window-chrome-in-wpf