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
20
Dynamic Generation of the OutlookBarGroups
posted

I am trying to dynamically generate the OutlookBarGroups by binding the GroupsSource to a ObservableCollection<IModule> (Composite Application Library). I need to create a bar group per module. A Module has a name and images which I am trying to use as the group's name and images. I also need to generat the bar goupr's content dynamically based on the modules presentation view. Nothing seems to work, I was trying to do templating on the OutlookBar.Template, it didn't work either.

Parents
  • 55
    posted

     blank_page

    hi,

    if you are binding to an observable collection<IModule>, to which Properties are you binding? IModule does not have any Properties. How does your Template look like? Are you binding by setting the dataContext of the outlookBar to whatever holds your ObservableCollection?

    More information helps to pin down the problem. I did something very similar (with CAL and OutlookBar) and it works (even if i had problems but that where my fault not infragistics').

    kidrocker

Reply Children