Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7766687
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T15:29:04+00:00 2026-06-01T15:29:04+00:00

Cannot bind the CollectionViewSource DocProps is a public property public ObservableCollection<DocProp> DocProps1 DataContext is

  • 0

Cannot bind the CollectionViewSource

DocProps is a public property

public ObservableCollection<DocProp> DocProps1

DataContext is self

DataContext="{Binding RelativeSource={RelativeSource self}}"

This works

<ListBox Grid.Row="0" Grid.Column="0" ItemsSource="{Binding Path=DocProps1}">

I cannot wire up a CollectionViewSource to sort
This does not even get DocProps1

    <ListBox Grid.Row="0" Grid.Column="0">
        <ListBox.ItemsSource>
            <Binding>
                <Binding.Source>
                    <CollectionViewSource Source="{Binding Path=DocProps1}">
                        <CollectionViewSource.SortDescriptions>
                            <scm:SortDescription PropertyName="Name" />
                        </CollectionViewSource.SortDescriptions>
                    </CollectionViewSource>
                </Binding.Source>
            </Binding>
        </ListBox.ItemsSource>

How do I bind a CollectionViewSource to a public property?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T15:29:07+00:00Added an answer on June 1, 2026 at 3:29 pm

    It will work this way:

    <ListBox ItemsSource="{Binding}">
      <ListBox.DataContext>
        <CollectionViewSource Source="{Binding Path=DocProps1}">
        </CollectionViewSource>
      </ListBox.DataContext>    
    </ListBox>
    

    This article XAML Binding to a CollectionViewSource property on a ViewModel has some explanations of this behaviour

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am having difficulty binding to a property on my object. This is my
I have a ComboBox which I cannot bind directly to (due to this bug
I cannot bind the Visible property of the WPF datagridtextcolumn to a boolean value.
For the life of me I cannot bind the Checked property of a CheckBox
As a follow-up to cannot-bind-to-address-after-socket-program-crashes , I was receiving this error after my program
I believe we cannot bind to internal viewmodel. Therefore I think all binding related
It appears that in WPF I cannot bind to a public field on an
I noticed the other day that I cannot bind variables when using PDO with
In WinForms with C# 4.0 / C# 2.0, I cannot bind to a control
How can I get jaxb to bind to my Vector? I cannot seem to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.