LongListSelectorLayoutMode Enumeration

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

Specifies the layout options for the items in the LongListSelector.

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

Syntax

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

Members

Member name Description
List Specifies that the items in the LongListSelector are arranged in a list layout.
Grid Specifies that the items in the LongListSelector are arranged in a grid layout.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

Microsoft.Phone.Controls Namespace