Hi guys!

I've got a GridView ListBox that is connected, via bindings to an array of other objects and shows various properties of the stored objects in the ListBox.

However I can't seem to figure out a way to manually add an item to the ListBox that would cover all the columns using code. I need to do this for when there are no items in the array.

A blank object cannot be used here so does anyone know how to progrmatically add one?