Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WizardLayout xaml support #28

Closed
InquisitorJax opened this issue Apr 29, 2016 · 4 comments
Closed

WizardLayout xaml support #28

InquisitorJax opened this issue Apr 29, 2016 · 4 comments
Assignees
Milestone

Comments

@InquisitorJax
Copy link

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>

@chrfalch
Copy link
Owner

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"

<ncontrols:WizardLayout Page="{Binding WizardSelectedPage}" >
ncontrols:WizardLayout.Pages
<views:View1 BindingContext="{Binding View1ViewModel}" />
<views:View2 BindingContext="{Binding View2ViewModel}" />
/ncontrols:WizardLayout.Pages
/ncontrols:WizardLayout


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#28

@InquisitorJax
Copy link
Author

wow that was fast :) thanks

@InquisitorJax
Copy link
Author

Hi - is perhaps an est. eta in this issue & the Android Support lib update?
No rush - just wondering when you were planning on getting round to it.

@chrfalch
Copy link
Owner

The Android Support lib update is an issue with Xamarin.Forms and not with NControl.

@chrfalch chrfalch self-assigned this Feb 12, 2017
@chrfalch chrfalch added this to the Release 0.9.4 milestone Feb 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants