Renatius

Renatius


  • Name: Rene S.
  • Favorite Languages: C++, C#, FORTRAN
  • Website: [not set]
  • Location: Lahr, Germany
  • About Me: [not set]

Recent Comments

  • 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.