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…

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