Hi !
I can't do this:
<StackLayout x:Name="ItemsStack"
Spacing="2"
Children="{Binding DayInfo.Items,
Converter={StaticResource JobObjectsConverter}}"/>
I get an error that I can not instantiate a page.
But if I fill the Children property using the Children.Add (View) method, my **BindableProperty **will not be updated because it does not have a binding from Xaml, so I have two problems.