I am trying to bind Groups and content items dynamically to a XamOutlookBar NA version 2010v2. All of the examples I am seeing initialize XamOutlookBar.GroupContentTemplate but in version 2010.2 there isn't GroupContentTemplate member. Question is how do I create a data template for the group content in version 2010.2. Thanks.
All expamples rerer to doing this:
<igOB:XamWebOutlookBar.GroupContentTemplate> <DataTemplate> <StackPanel> <TextBlock Text="{Binding Name}"/> <TextBlock Text="{Binding Enabled}"/> <TextBlock Text="{Binding Visible}"/> </StackPanel> </DataTemplate> </igOB:XamWebOutlookBar.GroupContentTemplate>
Hello Andre,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Stefan, got the issue resolved following your example posted in the other thread. Thanks for assistance.
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Despite this, is it possible for you to send us an isolated sample roject, where the issue is reproduced, so we could be able to investigate this further for you?
Looking forward for your reply.
I agree this was not posted to the right section. The question was on WPF version of the control.