Hi,
we are using multiple SFListViews in our Xamarin.Forms app and see for all bound properties (ItemsSource and commands) log messages like
Binding: 'FooCommand' property not found on 'XamarinApp.ViewModels.FooVM', target property: 'Syncfusion.ListView.XForms.SfListView.TapCommand'
Binding: 'FooList' property not found on 'XamarinApp.ViewModels.FooVM', target property: 'Syncfusion.ListView.XForms.SfListView.ItemsSource'
in the trace window of Visual Studio (Windows).
But: Everything works as expected. That means the items are correctly represented in the SfListView and the commands do work.
Nevertheless, we are somewhat uncomfortable with the binding errors.
We are using .Net Standard 2.0, Xamarin Forms 3.1.0.697729 and SfListView 16.2.0.46. We are experiencing this with the Android build.
Could anybody confirm this behavior?
Regards, Ulrich