I'm having a strange problem with a large window header in WPF, dot net 4.5
As you can see, it's much larger than usual:
What influences the size of the window header in WPF, and how can I change it?
The project is giant, if you need any code to look at, please let me know what would be relevant.
The answer here is that in the Fluent Ribbon library with the Metro Style you need to have the ribbon be far up off the top of the window in the designer. This is about -30
margin you must set for vertical. This moves the ribbon up to consume that header space and actually look like a beautiful ribbon window.