'Declaration Public Enum GroupVariantResizeAction Inherits System.Enum
public enum GroupVariantResizeAction : System.Enum
Member | Description |
---|---|
CollapseRibbonGroup | The RibbonGroup will be displayed as a dropdown button that can be opened to display the contents of the RibbonGroup in a popup. |
HideGalleryPreview | A 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. |
IncreaseHorizontalWrapRowCount | The number of rows (ToolHorizontalWrapPanel.RowCount) displayed within a ToolHorizontalWrapPanel will be increased from its ToolHorizontalWrapPanel.MinRows towards the ToolHorizontalWrapPanel.MaxRows. |
ReduceGalleryPreviewItems | The number of columns displayed in the preview of a GalleryTool within a MenuTool will be reduced from its GalleryTool.MaxPreviewColumns to the GalleryTool.MinPreviewColumns. |
ReduceImageAndTextLargeTools | Consecutive tools whose RibbonToolHelper.SizingModeProperty is resolved to RibbonToolSizingMode.ImageAndTextLarge will be reduced to vertically stacked tools with a SizingMode of RibbonToolSizingMode.ImageAndTextNormal. |
ReduceImageAndTextNormalTools | Consecutive tools whose RibbonToolHelper.SizingModeProperty is resolved to RibbonToolSizingMode.ImageAndTextNormal will be reduced to tools with a SizingMode of RibbonToolSizingMode.ImageOnly. |
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