A control that arranges items in a row such that the selected object is displayed in the center of the control, with the other items arranged to either side in a pseudo-perspective view, and animates the transition when the selection changes.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class CoverFlow : ListBox, IMouseWheelObserver
Visual Basic
Public Class CoverFlow _
	Inherits ListBox _
	Implements IMouseWheelObserver
Visual C++
public ref class CoverFlow : public ListBox, 
	IMouseWheelObserver

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            System.Windows.Controls.Primitives..::..Selector
              System.Windows.Controls..::..ListBox
                Mindscape.SilverlightElements..::..CoverFlow

See Also