The easiest way to bind to CLR objects with WPF (or Blend) is to derive a list from ObservableCollection. Furthermore, in order to get design-time support, you need to implement a constructor that fills up the list with “dummy” data that can be displayed by Blend.
Thus, I added this class to my CD cover example:

I create an ECO space, open it and retrieve 10 objects from Continue reading
