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 know the WizardLayout has just been added - was wondering if xaml definition support is somewhere on the todo list.
Adding views to Pages element in xaml currently throws exception "property Pages is null or not IEnumerable"
Yes, I know - that's an issue - will try to address it.
On Fri, Apr 29, 2016 at 3:42 PM, Malcolm Jack [email protected]
wrote:
I know the WizardLayout has just been added - was wondering if xaml
definition support is somewhere on the todo list.
Adding views to Pages element in xaml currently throws exception "property
Pages is null or not IEnumerable"
I know the WizardLayout has just been added - was wondering if xaml definition support is somewhere on the todo list.
Adding views to Pages element in xaml currently throws exception "property Pages is null or not IEnumerable"
<ncontrols:WizardLayout Page="{Binding WizardSelectedPage}" > <ncontrols:WizardLayout.Pages> <views:View1 BindingContext="{Binding View1ViewModel}" /> <views:View2 BindingContext="{Binding View2ViewModel}" /> </ncontrols:WizardLayout.Pages> </ncontrols:WizardLayout>
The text was updated successfully, but these errors were encountered: