MetroAnimatedSingleRowTabControl Class

Summary

A MetroTabControl (Pivot) that wraps TabItem/MetroTabItem headers on a single row.
Namespace
MahApps.Metro.Controls
Base Types
graph BT Type-->Base0["BaseMetroTabControl"] click Base0 "/api/MahApps.Metro.Controls/BaseMetroTabControl" Base0-->Base1["TabControlEx"] Type["MetroAnimatedSingleRowTabControl"] class Type type-node

Syntax

public class MetroAnimatedSingleRowTabControl : BaseMetroTabControl

Constructors

Name Summary
MetroAnimatedSingleRowTabControl() Initializes a new instance of the MahApps.Metro.Controls.MetroAnimatedSingleRowTabControl class.

Events

Name Type Summary
TabItemClosingEvent BaseMetroTabControl.TabItemClosingEventHandler
An event that is raised when a TabItem is closed.
Inherited from BaseMetroTabControl

Fields

Name Constant Value Summary
CloseTabCommandProperty
Inherited from BaseMetroTabControl
static
TabStripMarginProperty
Inherited from BaseMetroTabControl
static

Properties

Name Value Summary
CloseTabCommand ICommand
Get/sets the command that executes when a MetroTabItem's close button is clicked.
Inherited from BaseMetroTabControl
TabStripMargin Thickness
Inherited from BaseMetroTabControl

Methods