Browse By Tags

  • How do I manually show the SelectedGroupPopup?

    I am using the XamOutlookBar for silverlight.

    I would like to set up events so that when the the xamoutlookbar is minimized and the user clicks on a group header icon, that the popup for that group is displayed.

    This is similar to the behavior that…

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

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

  • SelectedGroupChanged

    I handle this event as such:

    e.NewSelectedOutlookBarGroup.Content =

     

    new TextBlock(){Text = "Loading..."

    , LineHeight = 20,};

    I then fire off a call to a database and later repopulate the text, async.

    Problem is the event seems…