Version

IsRibbonGroupResizingEnabled Property

Returns/sets a boolean indicating whether the RibbonGroup instances in the selected RibbonTabItem should be resized when there is not enough room to display the RibbonGroups within the XamRibbon.
Syntax
'Declaration
 
Public Property IsRibbonGroupResizingEnabled As Boolean
public bool IsRibbonGroupResizingEnabled {get; set;}
Remarks

By default, the RibbonGroup instances within the SelectedTab are resized when there is not enough room to display all their contents at their preferred sizes. The types and order of the resize operations can be controlled using the Variants collection of the RibbonGroup. This property provides a global mechanism for disabling all RibbonGroup resizing regardless of what GroupVariant instances have been defined.

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