I recently needed to bind the Visibility of a Field in a XamDataGrid to a property on my ViewModel. I wanted to provide a way for the user to show/hide a column of images in the data grid. My ViewModel object is a POCO (Plain Old Clr Object) that implements...