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

Support for x:Bind and x:Name late binding in Resources #696

Merged
merged 2 commits into from
Mar 19, 2019

Conversation

jeromelaban
Copy link
Member

PR Type

What kind of change does this PR introduce?

  • Feature

What is the new behavior?

It is now possible to use the following construct:

<Page.Resources>
   <CollectionViewSource x:Name="mySource" Source="{x:Bind MyProperty}" />
</Page.Resources>
<ListView ItemsSource="{StaticResource mySource}" />

PR Checklist

Please check if your PR fulfills the following requirements:

@jeromelaban jeromelaban force-pushed the dev/jela/static-resource-binding branch from 5c7f885 to edbf6cd Compare March 19, 2019 13:31
@jeromelaban jeromelaban requested review from carldebilly, dr1rrb and agneszitte and removed request for carldebilly and dr1rrb March 19, 2019 13:31
@jeromelaban jeromelaban merged commit ae8c725 into master Mar 19, 2019
@jeromelaban jeromelaban deleted the dev/jela/static-resource-binding branch March 19, 2019 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants