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

GroupHeaderStyleProperty
Obsolete.

Bindable property for GroupHeaderStyle.

RowAnimationsEnabledProperty
Obsolete.

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

SeparatorStyleProperty
Obsolete.

Bindable property for SeparatorStyle.

Methods

GetGroupHeaderStyle(BindableObject)
GetGroupHeaderStyle(IPlatformElementConfiguration<iOS,ListView>)
GetRowAnimationsEnabled(BindableObject)
GetSeparatorStyle(BindableObject)
Obsolete.

Returns the separator style for a list view.

GetSeparatorStyle(IPlatformElementConfiguration<iOS,ListView>)
Obsolete.

Returns the separator style for a list view.

RowAnimationsEnabled(IPlatformElementConfiguration<iOS,ListView>)
SetGroupHeaderStyle(BindableObject, GroupHeaderStyle)
SetGroupHeaderStyle(IPlatformElementConfiguration<iOS,ListView>, GroupHeaderStyle)
SetRowAnimationsEnabled(BindableObject, Boolean)
SetRowAnimationsEnabled(IPlatformElementConfiguration<iOS,ListView>, Boolean)
SetSeparatorStyle(BindableObject, SeparatorStyle)
Obsolete.

Sets the separator style for a list view.

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

Sets the separator style for a list view.

Applies to