[]
        
(Showing Draft Content)

C1.WPF.Ribbon.ToolStripPanel

ToolStripPanel Class

This is the main panel that show the visible (non-overflow) items.

Namespace: C1.WPF.Ribbon
Assembly: C1.WPF.Ribbon.dll
Syntax
public class ToolStripPanel : VirtualizingPanel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable

Constructors

Name Description
ToolStripPanel()

Initializes a new instance of the ToolStripPanel class.

Fields

Name Description
MaxToolCountProperty

Identifies the MaxToolCount dependency property.

OrientationProperty

Identifies the Orientation dependency property.

Properties

Name Description
IsDisposed

Gets whether this instance is disposed.

MaxToolCount

Gets or Sets the maximum number of tools that can be shown inline. The rest will be shown in the overflow menu.

NeedsOverflow

Gets true if not all the items were laid out.

Orientation

Gets or sets the orientation of the panel.

ShownItemsCount

Gets the number of displayed items.

Methods

Name Description
ArrangeOverride(Size)
Dispose()
Dispose(bool)
Finalize()

Finalizes this instance of the ToolStripPanel class.

GetLayoutClip(Size)
MeasureOverride(Size)
OnApplyTemplate()