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
Hi,
I am studying Caliburn.Micro and meet a question.
I write some code like below in WPF, but it can't work successful: <Frame x:Name="ActiveItem" NavigationUIVisibility="Hidden" />
ActiveItem is in the view's ViewModel . It bind some Page. And I have already use AddElementConvention method add Frame's convention ,like ContentControl.
I tried to get a answer:
In the method SetContentPropertyCore (in View.cs line 398)
Hi,
I am studying Caliburn.Micro and meet a question.
I write some code like below in WPF, but it can't work successful:
<Frame x:Name="ActiveItem" NavigationUIVisibility="Hidden" />
ActiveItem is in the view's ViewModel . It bind some Page. And I have already use AddElementConvention method add Frame's convention ,like ContentControl.
I tried to get a answer:
In the method SetContentPropertyCore (in View.cs line 398)
here contentProperty.Name is null but contentProperty is not null.
Maybe because Frame has its own ContentPropertyAttribute but has no name :
Please help resolve it and publish in next version, thanks a lot .
The text was updated successfully, but these errors were encountered: