The members of Xamarin.Forms.ListView are listed below.
See Also: Inherited members from Xamarin.Forms.ItemsView<Xamarin.Forms.Cell>
ListView() | Creates and initializes a new instance of the Xamarin.Forms.ListView class. |
static readonly | GroupDisplayBindingProperty | BindableProperty. Identifies the ListView.GroupDisplayBinding property. |
static readonly | GroupHeaderTemplateProperty | BindableProperty. Identifies the ListView.GroupHeaderTemplate property. |
static readonly | GroupShortNameBindingProperty | BindableProperty. Identifies the ListView.GroupShortNameBinding property. |
static readonly | HasUnevenRowsProperty | BindableProperty. Identifies the ListView.HasUnevenRowsProperty property. |
static readonly | IsGroupingEnabledProperty | BindableProperty. Identifies the ListView.IsGroupingEnabledProperty property. |
static readonly | RowHeightProperty | BindableProperty. The backing store for the ListView.RowHeightProperty property. |
static readonly | SelectedItemProperty | BindableProperty. Identifies the ListView.SelectedItemProperty property. |
| GroupDisplayBinding | BindingBase. Gets or sets the binding to use for display the group header. | |
| GroupHeaderTemplate | DataTemplate. Gets or sets a Xamarin.Forms.DataTemplate for group headers. | |
| GroupShortNameBinding | BindingBase. Gets or sets a binding for the name to display in grouped jump lists. | |
| HasUnevenRows | bool. Gets or sets a Boolean value that indicates whether this Xamarin.Forms.ListView element has uneven rows. | |
| IsGroupingEnabled | bool. Gets or sets whether or not grouping is enabled for Xamarin.Forms.ListView. | |
| RowHeight | int. Gets or sets a value that represents the height of a row. | |
| SelectedItem | object. Gets or sets the currently selected item from the ListView.ItemsSource. |
ScrollTo(object, ScrollToPosition, bool)Scrolls the ListView to the item. | ||
ScrollTo(object, object, ScrollToPosition, bool)Scrolls the ListView to the item in the group | ||
override | CreateDefault(object)Creates an instance of the default visual representation of an item. | |
override | OnSizeRequest(double, double)Method that is called when a size request is made.. | |
override | SetupContent(Cell, int)Makes this Xamarin.Forms.ListView element the Cell.Parent of the content. | |
| ItemAppearing | Occurs when the visual representation of an item is being added to the visual layout. | |
| ItemDisappearing | Occurs when the visual representation of an item is being removed from the visual layout. | |
| ItemSelected | Event that is raised when a new item is selected. | |
| ItemTapped | Event that is raised when an item is tapped. |
| Xamarin.Forms.ICellVisibilityProxy.SendCellAppearing | Raises the ListView.ItemAppearing event for cell. | |
| Xamarin.Forms.ICellVisibilityProxy.SendCellDisappearing | Raises the ListView.ItemDisappearing event for cell. |