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…

  • Expand / Collapse Button

    I am trying to trap the click event for the expand/collapse button on the XamOutlookBar....

    Basically what I want to happen is when its clicked, I want to expand it to a default size.

    Trapping the Expanding or Expanded event doesn't solve the issue since…

  • Initial Width

    I have a XamOutlookBar where I want to set the initial width.
    Also I have a splitter, where it would resize the columns and I want the ability
    for the XamOutlookBar to be resized based on the splitter control.

    Basically I have something like:

     

    <Grid…

  • 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.…

  • How to save the NavigationAreaMaxGroups accross sessions

    Hi,

     

    I'm dynamically loading views inside the XamWebOutlookBar. It works great and I've got no issue with it.

    I'm now tasked with saving the state of the XamWebOutlookBar accross sessions. If the user drags the splitter down and shows less…