Share via


ListView Class

Definition

Caution

With the deprecation of ListView, this class is obsolete. Please use CollectionView instead.

Provides access to the separator style for list views on the iOS platform.

public ref class ListView abstract sealed
[System.Obsolete("With the deprecation of ListView, this class is obsolete. Please use CollectionView instead.")]
public static class ListView
public static class ListView
[<System.Obsolete("With the deprecation of ListView, this class is obsolete. Please use CollectionView instead.")>]
type ListView = class
type ListView = class
Public Module ListView
Inheritance
ListView
Attributes

Fields

Name Description
GroupHeaderStyleProperty
Obsolete.

Bindable property for GroupHeaderStyle.

RowAnimationsEnabledProperty
Obsolete.

Bindable property for RowAnimationsEnabled(IPlatformElementConfiguration<iOS,ListView>).

SeparatorStyleProperty
Obsolete.

Bindable property for SeparatorStyle.

Methods

Name Description
GetGroupHeaderStyle(BindableObject)
Obsolete.

Gets the group header style for the ListView on iOS.

GetGroupHeaderStyle(IPlatformElementConfiguration<iOS,ListView>)
Obsolete.

Gets the group header style for the ListView on iOS.

GetRowAnimationsEnabled(BindableObject)
GetSeparatorStyle(BindableObject)
Obsolete.

Gets the separator style for the ListView on iOS.

GetSeparatorStyle(IPlatformElementConfiguration<iOS,ListView>)
Obsolete.

Gets the separator style for the ListView on iOS.

RowAnimationsEnabled(IPlatformElementConfiguration<iOS,ListView>)
SetGroupHeaderStyle(BindableObject, GroupHeaderStyle)
Obsolete.

Sets the group header style for the ListView on iOS.

SetGroupHeaderStyle(IPlatformElementConfiguration<iOS,ListView>, GroupHeaderStyle)
Obsolete.

Sets the group header style for the ListView on iOS.

SetRowAnimationsEnabled(BindableObject, Boolean)
Obsolete.

Sets whether row animations are enabled for the ListView on iOS.

SetRowAnimationsEnabled(IPlatformElementConfiguration<iOS,ListView>, Boolean)
Obsolete.

Sets whether row animations are enabled for the ListView on iOS.

SetSeparatorStyle(BindableObject, SeparatorStyle)
Obsolete.

Sets the separator style for the ListView on iOS.

SetSeparatorStyle(IPlatformElementConfiguration<iOS,ListView>, SeparatorStyle)
Obsolete.

Sets the separator style for the ListView on iOS.

Applies to