|
The listitem from asp.net is pretty handy - you can store a "value" and a "text" property in it, and bind it to a listbox etc. Unfortunately, I haven't found something in winforms that does the same. Am I missing something? How to replicate the same behaviour in winforms? |