I\'m VERY new to WPF, and still trying to wrap my head around binding in XAML.
I\'d like to populate a combobox with the values of a string collection in my.settings. I
Yes, you can (and should for the most part) declare bindings in XAML, since that's one of the most powerful features in WPF.
In your case, to bind the ComboBox to one of your custom settings you would use the following XAML:
Notice the following aspects: