Hi
Need help on accessing a control from aother page in order to set its properties.
Basically I got a Map control on the MainPage and I got a Settings flyout page.
I would like for the settings to be applied when ever the SettingsFlyout page Is unloaded or whever the user clicks the apply button
My problem is that I cannot access the Map control on the MainPage, I suppose it is because of scope problem.
Thank you