ComponentOne Basic Library for WPF and Silverlight
C1ListViewer Class
Members 


C1.Silverlight Namespace : C1ListViewer Class
List of items which can be used with heavy templates and preview template to scroll quickly.
Object Model
C1ListViewer Class
Syntax
'Declaration
 
<System.Windows.TemplatePartAttribute(Name="ScrollViewer", Type=System.Windows.Controls.ScrollViewer)>
<System.Windows.StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=C1.Silverlight.C1ListViewerItem)>
Public Class C1ListViewer 
   Inherits C1ItemsControl
'Usage
 
Dim instance As C1ListViewer
[System.Windows.TemplatePart(Name="ScrollViewer", Type=System.Windows.Controls.ScrollViewer)]
[System.Windows.StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=C1.Silverlight.C1ListViewerItem)]
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

Reference

C1ListViewer Members
C1.Silverlight Namespace