Share via


Dynamically Updating List Views

You might want to implement a list view with items whose status changes over time and which should be dynamically updated to reflect the changes.

For example, suppose your snap-in displays a list view that shows the real-time status of resources that it manages. The snap-in should dynamically update the list view as the resource status values change.

Be aware that snap-ins are not allowed to call any MMC interfaces from a thread other than the main thread, so snap-ins must use thread-safe techniques to perform the updates.

Using List Views