Xamarin.Forms.ItemsView<TVisual> Members

The members of Xamarin.Forms.ItemsView<TVisual> are listed below.

See Also: Inherited members from Xamarin.Forms.View

Public Fields

Public Properties

ItemsSourceIEnumerable. Gets or sets the source of items to template and display.
ItemTemplateDataTemplate. Gets or sets the Xamarin.Forms.DataTemplate to apply to the ItemsView<TVisual>.ItemsSource.

Protected Methods

abstract
CreateDefault(object) : TVisual
Creates a default TVisual instance for item.
SetupContent(TVisual, int)
Performs any additional setup for the content at creation time.

Explicitly Implemented Interface Members