Populate PropertyGrid with Hashtable

  • Thread starter Thread starter JH
  • Start date Start date
J

JH

I have a Hashtable of strings to strings (i.e. names => values). This
hashtable
is populated dynamicly so it's contents are only known at runtime. I wish to
populate a PropertyGrid control with the contents of this Hashtable. Is this
possible? If so, how?

Thanks in advance,
John
 
Back
Top