C1.Silverlight Namespace / C1ListViewer Class
Members

C1ListViewer Class
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
 
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