C#, Bind a list of value-name pairs to a combobox


/ Published in: C#
Save to your folder(s)

This example shows how to bind a combobox to a list of value-name pairs. Selecting a value results in the appropriate text being displayed. This example uses both a Dictionary and an enum.

URL: http://madprops.org/blog/bind-a-combobox-to-a-generic-dictionary/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.