Thread Safe ListView

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris Stransky

    #1

    Thread Safe ListView

    What is the easiest way to create a thread safe ListView
    Control ... e.g. use you own wrapper ... use a thread safe
    queue ... etc. There is no Synchronized or SyncRoot
    method available to get a synchronized version of this
    control.


    General question ... what is the reason behind making
    almost all of the .NET Framework controls non-thread safe
    by default?

Working...