On Dec 27, 10:26*pm, bern11 <ber... (AT) yahoo (DOT) com> wrote:
Quote:
PS - I'm using c#
bern11 wrote:
How do you link an numeration to a combobox? *I have an enumeration
which I want to appear as the data source in the combo-box. *Do I have
to skip the enumeration and create a bindable list object instead?- Hidequoted text -
- Show quoted text - |
Beatriz Costa has a very complete example on her blog at
http://www.beacosta.com/blog/?s=enumeration. I have found lots of
answers there, and she has a fairly complete example of this
particular problem in c# and wpf.