I\'m binding a ListView to a list of objects, like so;
You can't bind that directly - you need to have some type of converter that will convert from a GDI Image to a WPF Image.
Here is one approach - it uses a memory stream to pull the data from the GDI image and create a BitmapSource object.