[]
Represents a panel that is used for element layout in RibbonGroup
public class RibbonGroupPanel : Panel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable
| Name | Description |
|---|---|
| RibbonGroupPanel() | Initializes a new instance of the RibbonGroupPanel class. |
| Name | Description |
|---|---|
| IsMinimizedProperty | Identifies the IsMinimized dependency property. |
| WidthConstraintProperty | Identifies the WidthConstraint dependency property. |
| 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. |
| 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() |