Replies: 1 comment 5 replies
-
Do you have a small repro project? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My WPF window's view model resembles the following:
My WPF window's code-behind class resembles this:
Now, wenn I bind an
ItemsControl.ItemSource
toVM.MyItemCollection
– nothing happens when items in theObservableCollection
member of my view model are updated.What am I doing wrong?
Here's an excerpt of my
MainWindow.xaml
:Beta Was this translation helpful? Give feedback.
All reactions