ListView Class

Definition

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

public static class ListView
type ListView = class
Inheritance
System.Object
ListView

Fields

GroupHeaderStyleProperty
RowAnimationsEnabledProperty

The backing store for the RowAnimationsEnabled(IPlatformElementConfiguration<iOS,ListView>) field.

SeparatorStyleProperty

Backing store for the attached property that controls the separator style.

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