Circular panel that shows the first item after the last one when is scrolled downward.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class C1LoopingPanel : VirtualizingPanel, 
	IScrollInfo
Visual Basic
Public Class C1LoopingPanel _
	Inherits VirtualizingPanel _
	Implements IScrollInfo
XAML Object Element Usage
<C1LoopingPanel .../>

Inheritance Hierarchy

System.Windows.Controls..::..VirtualizingPanel
  C1.Phone..::..C1LoopingPanel

See Also