This topic has not yet been rated - Rate this topic

LongListSelector.ListHeader Property

May 02, 2013

Gets or sets the object to display at the head of the LongListSelector.

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
public Object ListHeader { get; set; }
<object>
  <object.ListHeader>
    <Object .../>
  </object.ListHeader>
</object>

Property Value

Type: System.Object
The Object that is displayed at the head of the LongListSelector.

ListHeadercan either be a UIElementor a base object that is displayed using the ListHeaderTemplate.

Windows Phone OS

Supported in: 8.0

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.