A progress bar that can display two indicators, one for the overall progress, and another for the progress of the current sub-operation.

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

Syntax

C#
public class DualProgressBar : ProgressBar
Visual Basic (Declaration)
Public Class DualProgressBar _
	Inherits ProgressBar

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.Primitives..::.RangeBase
                System.Windows.Controls..::.ProgressBar
                  Mindscape.WpfElements..::.DualProgressBar

See Also