Renatius

-
Using the WPF Toolkit DataGrid
07/15/2010 - 16:30
I have a problem with the
_PublisherCombo.ItemsSource = new List<string>() { "Activision", "Ubisoft",
"Microsoft", "Blizzard", "Nintendo", "Electronic Arts",
"Take-Two Interactive" };part. What if I want to include items of an existing array as ItemsSource?
I´ve tried many things. Setting the array itself as source (just wrote the arrayname on the righthandside), or puting the array items into a list an set it as Source and some other things, but nothing works.
Recent Comments