I have a collection bound to a longlistselector. When a button in the applicationbar is clicked, I want to show a column that was previously hidden inside the longlistselector. How can I get access to the grid inside my datatemplate so I can toggle the column's visibility?
I tried the FindName method but it keeps returning null for the control I want. Am I missing something?