Posted 16 years ago
by Mike Strobel
- New York, NY
Hi all,
I recently submitted a patch to the Composite WPF Contrib project on CodePlex that includes a region adapter for the Actipro Docking/MDI system. The adapter works fine with both tabbed and standard MDI modes, and there is a single metadata interface for defining whether a view is shown as a tool window or document window, as well what docking behaviors are allowed. The default implementation of the metadata interface is a DependencyObject with bindable DependencyProperties, so it's very Xaml-friendly.
Anyone is welcome to use it. If you have any questions or discover any bugs, please feel free to contact me: mike DOT strobel AT gmail DOT com. I will be putting together a small sample application that can be posted here, as well as included in the Actipro documentation.
Cheers,
Mike
I recently submitted a patch to the Composite WPF Contrib project on CodePlex that includes a region adapter for the Actipro Docking/MDI system. The adapter works fine with both tabbed and standard MDI modes, and there is a single metadata interface for defining whether a view is shown as a tool window or document window, as well what docking behaviors are allowed. The default implementation of the metadata interface is a DependencyObject with bindable DependencyProperties, so it's very Xaml-friendly.
Anyone is welcome to use it. If you have any questions or discover any bugs, please feel free to contact me: mike DOT strobel AT gmail DOT com. I will be putting together a small sample application that can be posted here, as well as included in the Actipro documentation.
Cheers,
Mike