ListView Sınıf

Tanım

İOS platformunda liste görünümleri için ayırıcı stile erişim sağlar.

public static class ListView
type ListView = class
Devralma
ListView

Alanlar

GroupHeaderStyleProperty
RowAnimationsEnabledProperty

Alan için yedekleme deposu RowAnimationsEnabled(IPlatformElementConfiguration<iOS,ListView>) .

SeparatorStyleProperty

Ayırıcı stilini denetleyen iliştirilmiş özellik için mağaza yedekleniyor.

Yöntemler

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

Liste görünümünün ayırıcı stilini döndürür.

GetSeparatorStyle(IPlatformElementConfiguration<iOS,ListView>)

Liste görünümünün ayırıcı stilini döndürür.

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

Bir liste görünümünün ayırıcı stilini ayarlar.

SetSeparatorStyle(IPlatformElementConfiguration<iOS,ListView>, SeparatorStyle)

Bir liste görünümünün ayırıcı stilini ayarlar.

Şunlara uygulanır