Version

GroupVariantResizeAction Enumeration

Determines the size of the RibbonGroup when the associated GroupVariant is used to resize the element.
Syntax
'Declaration
 
Public Enum GroupVariantResizeAction 
   Inherits System.Enum
public enum GroupVariantResizeAction : System.Enum 
Members
MemberDescription
CollapseRibbonGroupThe RibbonGroup will be displayed as a dropdown button that can be opened to display the contents of the RibbonGroup in a popup.
HideGalleryPreviewA MenuTool whose MenuTool.ShouldDisplayGalleryPreview is true and contains a GalleryTool (and therefore is displaying a preview of that GalleryTool) will be displayed as a RibbonToolSizingMode.ImageAndTextLarge sized tool without the gallery preview.
IncreaseHorizontalWrapRowCountThe number of rows (ToolHorizontalWrapPanel.RowCount) displayed within a ToolHorizontalWrapPanel will be increased from its ToolHorizontalWrapPanel.MinRows towards the ToolHorizontalWrapPanel.MaxRows.
ReduceGalleryPreviewItemsThe number of columns displayed in the preview of a GalleryTool within a MenuTool will be reduced from its GalleryTool.MaxPreviewColumns to the GalleryTool.MinPreviewColumns.
ReduceImageAndTextLargeToolsConsecutive tools whose RibbonToolHelper.SizingModeProperty is resolved to RibbonToolSizingMode.ImageAndTextLarge will be reduced to vertically stacked tools with a SizingMode of RibbonToolSizingMode.ImageAndTextNormal.
ReduceImageAndTextNormalToolsConsecutive tools whose RibbonToolHelper.SizingModeProperty is resolved to RibbonToolSizingMode.ImageAndTextNormal will be reduced to tools with a SizingMode of RibbonToolSizingMode.ImageOnly.
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