Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ListViewerPanel Class
Members

In This Topic
    C1ListViewerPanel Class
    In This Topic
    Virtualizing stack panel which supports preview templates in order to scroll quickly.
    Object Model
    C1ListViewerPanel Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Children", True)>
    Public Class C1ListViewerPanel 
       Inherits System.Windows.Controls.VirtualizingPanel
    [ContentProperty("Children", true)]
    public class C1ListViewerPanel : System.Windows.Controls.VirtualizingPanel 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Panel
                   System.Windows.Controls.VirtualizingPanel
                      C1.Silverlight.C1ListViewerPanel
                         C1.Silverlight.C1TileListBoxPanel

    See Also