LongListSelectorItemKind Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Represents the different kind of items that exists in LongListSelector.

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Enumeration LongListSelectorItemKind
public enum LongListSelectorItemKind
<object property="enumerationValue" .../>

Members

Member name Description
ListHeader Represents a list header in a LongListSelector.
GroupHeader Represents a group header in a LongListSelector.
Item Represents an item in a LongListSelector.
GroupFooter Represents a group footer in a LongListSelector.
ListFooter Represents a list footer in a LongListSelector.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

Microsoft.Phone.Controls Namespace