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

Enable multi-dimensional array source binding #427

Closed
slodge opened this issue Sep 13, 2013 · 2 comments
Closed

Enable multi-dimensional array source binding #427

slodge opened this issue Sep 13, 2013 · 2 comments
Labels
t/feature Feature request type

Comments

@slodge
Copy link
Contributor

slodge commented Sep 13, 2013

Following up from http://stackoverflow.com/questions/18776323/how-to-bind-an-array-in-mvvmcross

Currently we don't support multi-dimensional arrays because Xaml doesn't (see Indexer in http://msdn.microsoft.com/en-us/library/cc645024%28VS.95%29.aspx)

As far as I can see there's no reason why we couldn't support this - we'd just need a way of parsing and passing the array of indexers for https://github.com/slodge/MvvmCross/blob/v3/Cirrious/Cirrious.MvvmCross.Binding/Bindings/Source/Chained/MvxIndexerChainedSourceBinding.cs#L29

Putting this in as a low-priority feature request for now...

@nickrandolph
Copy link
Contributor

If this is of interest to anyone, please add a comment???

@nickrandolph
Copy link
Contributor

No feedback, so closing this issue (@slodge I assume you don't have any input?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t/feature Feature request type
Development

No branches or pull requests

2 participants