[]
This is the main panel that show the visible (non-overflow) items.
public class ToolStripPanel : VirtualizingPanel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable
| Name | Description |
|---|---|
| ToolStripPanel() | Initializes a new instance of the ToolStripPanel class. |
| Name | Description |
|---|---|
| MaxToolCountProperty | Identifies the MaxToolCount dependency property. |
| OrientationProperty | Identifies the Orientation dependency property. |
| 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. |
| Name | Description |
|---|---|
| ArrangeOverride(Size) | |
| Dispose() | |
| Dispose(bool) | |
| Finalize() | Finalizes this instance of the ToolStripPanel class. |
| GetLayoutClip(Size) | |
| MeasureOverride(Size) | |
| OnApplyTemplate() |