The members of Xamarin.Forms.ItemsView<TVisual> are listed below.
See Also: Inherited members from Xamarin.Forms.View
static readonly | ItemsSourceProperty | BindableProperty. Identifies the ItemsView<TVisual>.ItemSource property. |
static readonly | ItemTemplateProperty | BindableProperty. Identifies the ItemsView<TVisual>.ItemTemplate property. |
| ItemsSource | IEnumerable. Gets or sets the source of items to template and display. | |
| ItemTemplate | DataTemplate. Gets or sets the Xamarin.Forms.DataTemplate to apply to the ItemsView<TVisual>.ItemsSource. |
abstract | CreateDefault(object)Creates a default TVisual instance for item. | |
SetupContent(TVisual, int)Performs any additional setup for the content at creation time. | ||
| Xamarin.Forms.IItemsView<TVisual>.CreateDefault | Creates a default TVisual by using item | |
| Xamarin.Forms.IItemsView<TVisual>.SetupContent | Configures content. |