AvalonDock using AvalonDock.ManagedContent not present in Dirkster.AvalonDock package
-
Hi, I want to create a project with AvalonDock and MVVM based on the example of AvalonDock and MVVM of Ashley Davis. I want to use the AValonDock.ManagedContent class (AvalonDock component) but in the Dirkster AvalonDock package (Dirkster99 · GitHub) the ManagedContent class in not present. Is there a workaround or an equivalent class ? Thanks for the answers.
-
Hi, I want to create a project with AvalonDock and MVVM based on the example of AvalonDock and MVVM of Ashley Davis. I want to use the AValonDock.ManagedContent class (AvalonDock component) but in the Dirkster AvalonDock package (Dirkster99 · GitHub) the ManagedContent class in not present. Is there a workaround or an equivalent class ? Thanks for the answers.
It's been 10 years ... time marches on. [AvalonDock and MVVM](https://www.codeproject.com/Articles/239342/AvalonDock-and-MVVM)
It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food
-
It's been 10 years ... time marches on. [AvalonDock and MVVM](https://www.codeproject.com/Articles/239342/AvalonDock-and-MVVM)
It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food
Hi Gerry, Thanks for the answer. I'm read the "AvalonDock and MVVM" project of Ahsley Davis. He uses ManagedContent class of Avalon (especially in dico Dictionary contentMap, ..), but in the new AvalonDock version (of Dirkster99 Avalon free support release), i notice that this class MangedContent does not exist. If there is no bypass, I will do it another way (based on the Avalon example MVVMTestApp that comes with the AvalonDock source code). Regards.