List of items that simulate a circular list showing the first item after the last one.

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

Syntax

C#
[StyleTypedPropertyAttribute(Property = "ItemStyle", StyleTargetType = typeof(C1LoopingListItem))]
public class C1LoopingList : ListBox
Visual Basic
<StyleTypedPropertyAttribute(Property := "ItemStyle", StyleTargetType := GetType(C1LoopingListItem))> _
Public Class C1LoopingList _
	Inherits ListBox
XAML Object Element Usage
<C1LoopingList .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            System.Windows.Controls.Primitives..::..Selector
              System.Windows.Controls..::..ListBox
                C1.Phone..::..C1LoopingList

See Also