Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
How to style the SelectedGroupContentPopup?
posted

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!?!

Parents
No Data
Reply
  • 5595
    Suggested Answer
    posted

    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,

Children