Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
Navigating in the xamoutlookbar
posted

Hi,

Is there any way i can externally select which group/internal group in the xaml outlookbar is selected. So what is want is to be able  to navigate and select a particular group or inner group(say Mail/Favourite/Inbox) without clicking around with mouse. I should be able to set the said item thorugh some binding or command.

Thanks

Parents
  • 2715
    posted

    Try this

    Dim grp As OutlookBarGroup = Menu.Groups("Personlig")
    Menu.SelectedGroup = grp

    Menu is the name of the xamOutlookbar
    Personlig is the key on the group

Reply Children