BruceL

BruceL


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • WPF Tutorial - Using The ListView, Part 1
    10/01/2009 - 09:58

    Excellent example, both clear and simple! Spent a vary frustraiting day trying to find this solution online before I ran across yours.

    I still don't understand why:

     
    public class GameData
    {
       public string GameName;
       public string Creator;
       public string Publisher;
    }

    doesn't work but figure I'll run across the answer eventually. (It doesn't crash but the DisplayMemeberBinding can't find them so you get a blank ListView.)

    Thanks So Much!
    Bruce