Browse By Tags

  • XamOutlookBar in Lightswitch

    Hi

    I'm trying to incorporate the XamOutlookBar in my Lightswitch application custom shell.

    My code looks like this:

    <DataTemplate x:Key="NavItemTemplate">
     <ctrl:TreeView ItemsSource="{Binding Children}">
      <ctrl:TreeView…