Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to remove the border between the window title and content

I have create a Window with Ribbons (2010 - Microsoft.Windows.Controls.Ribbon).

It looks like that:

enter image description here

Now, is there a border over the tabs (between the tabs and the title). This is very ugly.

It should looks like Microsoft Office Word:

enter image description here

What can I do, that there is no border between the tabs and the titlebar?

(The RibbonWindow is used)

like image 295
David Avatar asked Jul 17 '12 13:07

David


2 Answers

It looks like you're using the standard WPF Window. Try using the Ribbon framework's RibbonWindow instead. It integrates the Ribbon into the window itself rather than just containing it like a normal control, which is what Window does.

like image 121
John Bowen Avatar answered Nov 06 '22 18:11

John Bowen


I use now the Fluent Ribbon, that solve the problem.

like image 38
David Avatar answered Nov 06 '22 18:11

David