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?