Browse By Tags

  • XamOutlookBar Binding

    I am trying to do some simple binding with the XamOutlookBar.

    The control seems to be binding but for some reason it looks as if the DataTemplates are not being applied. Here is my code... this is a very simple example I am working with...I must have…

  • Access control inside datatemplate

    I am two-way databinding to create my Outlook Groups and the content for each group respectively.

    How can I programatically access the controls inside the group? Since they are databound, when I look at my xamOutlookBar.Groups content it doesn't give…

  • Set Selected Group in XAML

    I was wondering if there was a way to set the selected group in XAML by binding a value to the property?

    The reason why I ask, is after I rebind, using two way binding, the selected group gets changed to nothing. At this point I only have one group.…

  • Custom data template with data binding for selected header

    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…