Enum RibbonLayoutMode
Specifies the various RibbonLayoutMode values that can be set for the RibbonControlAdv. When set to Simplified the Ribbon items will be arranged in a single line allowing more screen space.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum RibbonLayoutMode
Fields
Name | Description |
---|---|
Normal | When Normal is set, the Ribbon items will be arranged in the standard layout. |
Simplified | When Simplified is set, the Ribbon items will be arranged in a single line allowing more screen space. |