I am aware this property is read only. But I really need to set the value. Is there a way to change the value of GridItem (System.Windows.Forms.GridItem)
by using Reflection? If so, how?
Thank you.
Yes, you can do this using reflection. Here is a previous post with the answer.
But you most definitely do not want to change it. It has been designed in such a way for a very important reason. You will degrade the integrity of the object instance.