Browse By Tags

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

  • Resize & Minimize xamWebOutlookBar

    To be able to resize the OutlookBar (but no minimize), set the width properties on for the parent grid column:

    <ColumnDefinition Width="250" MinWidth="40" MaxWidth="400" />

    And on the OutlookBar set:

    AllowMinimized=…