Thomas Levesque 4/17/2009

[WPF] Binding to an asynchronous collection

Read Original

This technical article addresses the WPF threading issue where modifying an ObservableCollection from a non-UI thread throws an exception. It provides a detailed solution by creating an AsyncObservableCollection class that uses AsyncOperation to marshal collection change notifications back to the UI dispatcher thread, enabling real-time updates like displaying search results as they are found.

[WPF] Binding to an asynchronous collection

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet