Share via


ListView Class

Definition

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

public ref class ListView abstract sealed
public static class ListView
type ListView = class
Public Module ListView
Inheritance
ListView

Fields

GroupHeaderStyleProperty

Bindable property for GroupHeaderStyle.

RowAnimationsEnabledProperty

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

SeparatorStyleProperty

Bindable property for SeparatorStyle.

Methods

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

Returns the separator style for a list view.

GetSeparatorStyle(IPlatformElementConfiguration<iOS,ListView>)

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)

Sets the separator style for a list view.

SetSeparatorStyle(IPlatformElementConfiguration<iOS,ListView>, SeparatorStyle)

Sets the separator style for a list view.

Applies to