Class RibbonGroupsPanel
Represents a panel which is used to arrange the ribbon groups.
Inheritance
System.Object
RibbonGroupsPanel
Assembly: Syncfusion.Ribbon.WinUI.dll
Syntax
public class RibbonGroupsPanel : Panel
Constructors
RibbonGroupsPanel()
Declaration
public RibbonGroupsPanel()
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
finalSize |
|
Returns
Type |
Windows.Foundation.Size |
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
availableSize |
|
Returns
Type |
Windows.Foundation.Size |