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

In This Topic
    C1ListBox Class
    In This Topic
    List of items which can be used with heavy templates and preview template to scroll quickly.
    Object Model
    C1ListBox Class
    Syntax
    'Declaration
     
    
    <StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=C1.Silverlight.C1ListBoxItem)>
    <TemplatePartAttribute(Name="ScrollViewer", Type=System.Windows.Controls.ScrollViewer)>
    <ContentPropertyAttribute("Items", True)>
    Public Class C1ListBox 
       Inherits C1ListViewer
    [StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=C1.Silverlight.C1ListBoxItem)]
    [TemplatePart(Name="ScrollViewer", Type=System.Windows.Controls.ScrollViewer)]
    [ContentProperty("Items", true)]
    public class C1ListBox : C1ListViewer 
    Remarks
    This contol supports selection by cross-slide gesture.
    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
                               C1.Silverlight.C1TileListBox

    See Also