I have a listbox with a datatemplate that holds a number of controls bound to my collection.
I want to bind the visibility of one of the controls to a property defined in the class , an instance of which is set to datacontext in code behind.This property is not a member of collection which is item source of the listbox.
How can this be done?