Recreating in VB.NET the "properties window" used in SQL 2005 or VS2005

  • Thread starter Thread starter shawncraig
  • Start date Start date
S

shawncraig

I like the "properties window" control in SQL 2005 and I want to know
if this or something close to it exists for use in my VB.NET app I'm
building?

You know the 2 column grids that are colapsable.

Can someone point e in the right direction?
 
I like the "properties window" control in SQL 2005 and I want to know
if this or something close to it exists for use in my VB.NET app I'm
building?

You know the 2 column grids that are colapsable.

Can someone point e in the right direction?

Doh... System.Windows.Forms.PropertyGrid.

Thanks anyways.
 
Back
Top