In a composite application, our modules can register their own tabs and controls into the XamRibbon control. The arcitecture is bases on the Movel View ViewModel. Therefore we would like to be able to bind the ContextualTabGroups and Tabs to our ViewModel classes.
We noticed that these collections do not support databinding. What do we need to do, to enable the databinding for these collections?
You would probably need to write your own adapter to keep your underlying collections and those of the ContextualTabGroups and Tabs in sync. You may also want to submit a feature request for adding binding support for these collections.