Version

IsMinimized Property

Returns/sets whether the XamRibbon is minimized.
Syntax
'Declaration
 
Public Property IsMinimized As Boolean
public bool IsMinimized {get; set;}
Remarks

When minimized, the contents of the selected RibbonTabItem (SelectedTab) will not be visible and the height of the XamRibbon will be decreased to show only the ApplicationMenu button, QuickAccessToolbar and the RibbonTabItems.

When a RibbonTabItem is clicked while the XamRibbon is minimized, the RibbonGroups that belong to the clicked tab are displayed in a popup window.

If the AllowMinimize property is set to true, the end user can change the minimized state of the XamRibbon using either the right click context menu or by pressing Ctrl-F1.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also