What could be the reason that the Viewmodel
Property of the FirstView is NULL after startup?
In MVVMCROSS
after the setup an instance of the ViewModel
is made and it searches for his View.
In my case that works all fine, but the property Viewmodel
or DataContext
is NULL. I can make a new instance but there should be already one around.