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
785
Custom data template with data binding for selected header
posted

Hi,

 I've got a XamWebOutlookBar and I'd like to have the header of the selected group look different from the bottom. In other words, I want the UI element displayed on top of the OutlookBar to look different from the UI element that's displayed under the content on the stack.

I managed to achieve that by using 2 different templates on my OutlookGroup style.

However, my ultimate goal is to be able to display bound data at the top for some headers. It seems I can't do that because of the "magic" the SelectedGroupHeader control does.

Is there a way to achieve what I want?