ListView Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to the separator style for list views on the iOS platform.
public static class ListView
type ListView = class
- Inheritance
-
System.ObjectListView
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. |