Hello! Love the controls but I'm unable to figure out how to change the Popup control used by the Navigation Pane to show the content in the group contents.
I used SilverlightSpy to locate the control and its called the SelectedGroupContentPopup so I know what to change but I can't find a way to change it.
In the end... since our look and feel is a black fill and white foreground... the text in the popup is unreadable since the default fill for the popup is white.
Help!?!
Hi neoearth,
Sorry for the late reply.
If you want to change the Popup, you will need to edit the ControlTemplate of the XamWebOutlookBar and then of the SelectedGroupContent part.
See attached file for example how this could be done - in this example, I've changed the background of the Popup to Black.
P.S. search for the following string if you want to find the corresponding code faster: '<Border Background="Black;
HTH,
Awesome! That was it! Thanks so much.