I grabbed this code from MSDN. What Im trying to do is similar, but use a list instead of three different strings. so say
List strList = new Li
You can use data binding. Data binding allows you to bind the dynamic data from your list to the combobox and have it generated and filled with the content you are passing through.
Binding WPF Combobox to a Custom List