DataGridViewColumn can be accessed by multiple threads [modified]
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I was pretty much sure that as DataGridViewColumn implements IComponent, it should throw exception when manipulated by another thread. I am little bit surprised to see that we can change any property of DataGridViewClumn from any thread while it is not possible for DataGridView itself. How is it possible that DataGridView is not editable from another thread while the datagridviewcolumn is? I am waiting for the answer since 24 hours.. :^)
Jayant D. Kulkarni
modified on Thursday, December 10, 2009 11:29 PM