Using Xamarin Forms I tried subclassing a ItemsView to create a view that does something like a ListView in order to display an observable collection of viewmodels with a template, but relevant members of ItemsView are internal (a.o. the constructor and a vital property TemplatedItems, of type TemplatedItemsList)
Is ItemsView Intended to be subclassed, and if not: is there an alternative way to create such a view?