RadControls for Silverlight

Custom lightweight ItemsControl. Does not wrap the generated items into ItemsPresenter. Listens to CollectionChanged events and acts appropriately.

Namespace: Telerik.Windows.Controls.Sparklines
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.1050

Syntax

C#
public abstract class FastItemsControl<TItem, TPanel> : FastItemsControlBase
where TItem : new(), FrameworkElement
where TPanel : new(), Panel
Visual Basic
Public MustInherit Class FastItemsControl(Of TItem As {New, FrameworkElement}, TPanel As {New, Panel}) _
	Inherits FastItemsControlBase

Type Parameters

TItem
The type of the item.
TPanel
The type of the panel.

Inheritance Hierarchy

See Also