A control which allows a user to select between multiple content panes using a set of buttons, which can be collapsed to small icons depending on the amount of space available for the button stack.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public class OutlookBar : ItemsControl
Visual Basic (Declaration)
Public Class OutlookBar _
	Inherits ItemsControl

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              System.Windows.Controls..::.ItemsControl
                Mindscape.WpfElements..::.OutlookBar

See Also