I have a WPf ListView that i am replacing the View with GridView to give me columns etc.
I want to apply a Cell Content Template to the Column and do a binding from the Cell template to the GridViewColumn (I have subclassed the column and it has some extra properties)
any ideas?