MicrosoftDocs / winrt-api

WinRT reference content for developing Microsoft Universal Windows Platform (UWP) apps
Creative Commons Attribution 4.0 International
231 stars 500 forks source link

Add a newer x:Bind example #727

Open michael-hawker opened 6 years ago

michael-hawker commented 6 years ago

Would be nice to show an example using something like <ListView ItemsSource="{x:Bind MyCollectionViewSource.View}"/> to show how to directly bind to a CollectionViewSource object.

As intuitively you'd want to just to MyCollectionViewSource, but that gives you an unhelpful "Value does not fall within the expected range." error.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

chigy commented 5 years ago

@micahl ?

GrantMeStrength commented 3 years ago

Engaging with Michael to see if he can help..