David
David

Reputation: 4117

How to minimize/maximize the Ribbon

I use the Ribbon for WPF (2010 - Microsoft.Windows.Controls.Ribbon). I want to create a Button, which minimize or maximize the Ribbon Tab, like in msoffice this button:

enter image description here

How can I do that?

Upvotes: 3

Views: 2104

Answers (1)

Xcalibur37
Xcalibur37

Reputation: 2323

Just access the IsMinimized property of the ribbon to Minimize / Maximize.

Upvotes: 4

Related Questions