Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How is "VirtualizingObservableCollection.ReplaceAt" called? #20

Open
joshnoe opened this issue May 3, 2017 · 0 comments
Open

How is "VirtualizingObservableCollection.ReplaceAt" called? #20

joshnoe opened this issue May 3, 2017 · 0 comments

Comments

@joshnoe
Copy link

joshnoe commented May 3, 2017

I'm trying to have RaiseCollectionChangedEvent be called when my items are loaded into my datagrid. In the sample project, this happens, stemming from VizualizationManager.RunOnUI, which then calls VirtualizingObservableCollection.ReplaceAt.

However, in my project, VirtualizingObservableCollection.ReplaceAt isn't called when the data is bound. I've tried stepping through to see why, but there's so much indirection and the call stack is always lost due to Tasks etc, I've had no luck.

What causes VirtualizingObservableCollection.ReplaceAt to be called in the sample project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant