This was to stretch my beginner abilities. What started as a single ListBox became a grid with 3 columns. Each column is to display the contents of a property that was populated. The first two columns are using the same List<FooData>. The third column to display List<BarData> came out of pushing myself to try aRead more