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…

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