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
Try thisDim grp As OutlookBarGroup = Menu.Groups("Personlig")Menu.SelectedGroup = grpMenu is the name of the xamOutlookbarPersonlig is the key on the group
How can i do two way binding for the SelectedGroup property of the Xamoutlookbar conttrol ? I have a list of person bound to the Source property with some datatemaplte. Now when i bind SelectedGroup to a property of type Person on my viewmodel the binding breaks giving an error about conversion between OutlookBarGroup and person object. Can you please help me on tjhis one??
Thanks in advance