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

BindingContext object for making it easier to navigate from things like markup extensions and value converters and other places #628

Open
einari opened this issue Mar 20, 2015 · 0 comments

Comments

@einari
Copy link
Contributor

einari commented Mar 20, 2015

Navigation of the DataContext in XAML is a pain and it really pollutes the binding expressions. It also often links you directly to the XAML structure making it fragile. While the goal is actually very simple; we want to access the parent DataContext and perhaps even navigate further. This could easily be a source markup extension that could be provided that has parameters telling how far up one wants to go. But also a programatic approach within ValueConverters and MarkupExtensions to make it possible to easily get to these.

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

1 participant