[]
        
(Showing Draft Content)

C1.WPF.Ribbon.RibbonGroupPanel

RibbonGroupPanel Class

Represents a panel that is used for element layout in RibbonGroup

Inheritance
RibbonGroupPanel
Namespace: C1.WPF.Ribbon
Assembly: C1.WPF.Ribbon.dll
Syntax
public class RibbonGroupPanel : Panel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable

Constructors

Name Description
RibbonGroupPanel()

Initializes a new instance of the RibbonGroupPanel class.

Fields

Name Description
IsMinimizedProperty

Identifies the IsMinimized dependency property.

WidthConstraintProperty

Identifies the WidthConstraint dependency property.

Properties

Name Description
IsDisposed

Gets whether this instance is disposed.

IsMinimized

Gets or sets whether the ribbon group is collapsed.

WidthConstraint

Gets or sets a width constraint used by the ribon to control the size of the tools.

Methods

Name Description
ArrangeOverride(Size)

Arrange all the item in a group inline when the toolbar is collapsed

Dispose()
Dispose(bool)
Finalize()

Finalizes this instance of the RibbonGroupPanel class.

MeasureOverride(Size)

Keep the base behavior and calculate new Size in case simplified toolbar

OnApplyTemplate()