List of items which can be used with heavy templates and preview template to scroll quickly.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
[TemplatePartAttribute(Name = "ScrollViewer", Type = typeof(ScrollViewer))]
[LicenseProviderAttribute]
public class C1ListBox : C1ItemsControl, INotifyPropertyChanged
Visual Basic
<TemplatePartAttribute(Name := "ScrollViewer", Type := GetType(ScrollViewer))> _
<LicenseProviderAttribute> _
Public Class C1ListBox _
	Inherits C1ItemsControl _
	Implements INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ItemsControl
                C1ItemsControl
                  C1.WPF..::..C1ListBox
                    C1.WPF..::..C1TileListBox

See Also