I'm still experimenting a bit with Caliburn Micro and I can't seem to find a way to directly add a view to a xaml without adding another ContentControl
with a property in the viewmodel behind it.
I can place this: <views:TheView ... />
in the xaml but then it can't find the target actions so it seems it doesn't find the viewmodel behind the view.
Is it possible to directly declare a view in a xaml without a ContentControl
, and how?