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

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

Syntax

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

Inheritance Hierarchy

See Also