You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a View Model first App, I would like to bind a Content Control to a view model but I get "Unknown attachable member 'View.Model' on element 'ContentControl' "
v4.0.136-rc
UWP min 17763 target 18362
I have a View Model first App, I would like to bind a Content Control to a view model but I get "Unknown attachable member 'View.Model' on element 'ContentControl' "
xmlns:cal="clr-namespace:Caliburn.Micro;assembly=Caliburn.Micro.Platform"
<ContentControl cal:View.Model="{Binding StatusDetailViewModel}" />
Ive had nothing but success with Caliburn, Great work on this. Hopefully this is something simple I missed.
The text was updated successfully, but these errors were encountered: