This repository has been archived by the owner on May 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
BindingExpression path error: '(Controls:MultiSelectTreeView.*)' #41
Comments
I have the same issue and would also appreciate a solution for it. |
Me too. |
For everyone who wants to fix that issue on his own:
and replace with:
The files that contain that xaml code are: |
dbdkmezz
added a commit
to reincubate/MultiSelectTreeView
that referenced
this issue
Apr 2, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
WpfTreeview.zip
Im getting BindingExpression errors for every item I add to the MultiSelectTreeView. I have a very simple tree view where all I have done is set the ItemSource and SelectedItems in the XAML.
But when I add 1000 entries into it, I get the following binding expression failures for each and every item:
Im not sure what I should do to remove these, as those seems to be TreeView related and not related to my view models.
The text was updated successfully, but these errors were encountered: