ComponentOne Carousel for WPF and Silverlight
C1.WPF.Carousel Namespace / C1CarouselPanel Class
Members

In This Topic
    C1CarouselPanel Class
    In This Topic
    Represents a virtualizing panel that lays out its child elements along an arbitrary path.
    Object Model
    C1CarouselPanel Class
    Syntax
    'Declaration
     
    
    Public Class C1CarouselPanel 
       Inherits System.Windows.Controls.VirtualizingPanel
    public class C1CarouselPanel : System.Windows.Controls.VirtualizingPanel 
    Remarks
    The C1CarouselPanel can be used only as a panel of ItemsControl or derived control, it can't be used as a standalone panel.

    Most of the C1CarouselPanel properties are attached properties, so their values can be specified on ItemsControl that hosts the panel.

    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Panel
                         System.Windows.Controls.VirtualizingPanel
                            C1.WPF.Carousel.C1CarouselPanel

    See Also