I have a collection attached to a longlistselector. When a button is pressed in the application panel, I want to show a column that was previously hidden inside a longlistselector. How can I access the grid inside my data table so that I can switch column visibility?
I tried the FindName method, but it returns null for the control I want. Did I miss something?
source
share