Class RibbonItemsPanel
Represents a panel which is used to arrange the ribbon items in a RibbonGroup.
Inheritance
System.Object
RibbonItemsPanel
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Ribbon
Assembly: Syncfusion.Ribbon.WinUI.dll
Syntax
public class RibbonItemsPanel : Panel, IDisposable
Constructors
RibbonItemsPanel()
Initializes a new instance of the RibbonItemsPanel class.
Declaration
public RibbonItemsPanel()
Methods
ArrangeOverride(Size)
Arranges the children in the container.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize | Size used to arrange its child. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | Returns the final area of its child. |
Dispose()
Release the unmanaged resources of RibbonItemsPanel.
Declaration
public void Dispose()
Dispose(Boolean)
Release the unmanaged resources of RibbonItemsPanel.
Declaration
protected virtual void Dispose(bool isDiposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isDiposing | true if unmanaged resources should be disposed; otherwise, false. |
MeasureOverride(Size)
Provides the measure size of the children.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize | Size available for the control. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | Returns the size measured. |
Implements
System.IDisposable