المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : DataGridViewColumn can be accessed by multiple threads



C# Programming
12-11-2009, 03:32 AM
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.

Anything I am missing here?

Jayant D. Kulkarni