VS 2005 and System.Windows.Forms.PropertyGrid control

  • Thread starter Thread starter S.mark
  • Start date Start date
S

S.mark

Hi,
I can't find the ReadOnly property in PropertyGrid control (Visual Studio
2005), is there any work around to display object properties with the new
PropertyGrid control in ReadOnly mode ?

Thank you.
 
S.mark,

There is no ReadOnly property on the PropertyGrid (and I don't believe
there was one either).

The only option you have is to set the Enabled property to false, and
then the control will be read-only.

Hope this helps.
 
Back
Top