What is the easiest way to display an editable Dictionary?

Posted by mafutrct on Stack Overflow See other posts from Stack Overflow or by mafutrct
Published on 2010-05-09T19:45:20Z Indexed on 2010/05/09 20:08 UTC
Read the original article Hit count: 108

Filed under:
|
|

I've got a Dictionary<string, string> and would like to have the user to see and edit the content, possibly adding new entries. How should I do that?

Input verification, handling dynamic updates of the source Dictionary and looking nice are a bonus.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms