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.
ID: f9416308-b75a-5dd3-8ae3-dd3353ec0716
Version Independent ID: 400dc357-919a-d177-3061-5778d34eae0d
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.