DataGrid like VS.NET Properties Window

  • Thread starter Thread starter Salman Ahmad Khan
  • Start date Start date
S

Salman Ahmad Khan

Hi there,

I need to manipulate DataGrid in such a way that it acts something like
VS.NET Properties Window i.e. it consists of two columns one acts like a
non editable lable and the second one is editable field.

Is there any other way? ListView wud have been suitable had it provided
edition of SubItems.

Any ideas are welcome.
 
* "Salman Ahmad Khan said:
I need to manipulate DataGrid in such a way that it acts something like
VS.NET Properties Window i.e. it consists of two columns one acts like a
non editable lable and the second one is editable field.

'System.Windows.Forms.PropertyGrid'.
 
Hi there,

I need to manipulate DataGrid in such a way that it acts something like
VS.NET Properties Window i.e. it consists of two columns one acts like a
non editable lable and the second one is editable field.

Is there any other way? ListView wud have been suitable had it provided
edition of SubItems.

Look at the PropertyGrid class.

http://makeashorterlink.com/?F5D0125F1
 
Back
Top