PS - I'm using c#
> 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?
dave-havenridge - 28 Dec 2007 15:32 GMT
> PS - I'm using c#
>
[quoted text clipped - 3 lines]
>
> - 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.