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

In This Topic
    C1ListViewer Class
    In This Topic
    List of items which can be used with heavy templates and preview template to scroll quickly.
    Object Model
    C1ListViewer Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="ScrollViewer", Type=System.Windows.Controls.ScrollViewer)>
    <StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=C1.Silverlight.C1ListViewerItem)>
    <ContentPropertyAttribute("Items", True)>
    Public Class C1ListViewer 
       Inherits C1ItemsControl
    [TemplatePart(Name="ScrollViewer", Type=System.Windows.Controls.ScrollViewer)]
    [StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=C1.Silverlight.C1ListViewerItem)]
    [ContentProperty("Items", true)]
    public class C1ListViewer : C1ItemsControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ItemsControl
                      C1.Silverlight.C1ItemsControl
                         C1.Silverlight.C1ListViewer
                            C1.Silverlight.C1ListBox

    See Also