I am doing a TabGroupPaneRegionAdapter for CompositeWPF (Prism) project and I would like to know if I should restrict the TabGroupPane control to be used only inside a XamDockManager.
ThanksClaudio.
The TabGroupPane isn't designed to be used outside of the XamDockManager and in all likelihood would be useless although I can't say that I specifically tried it. The dragging logic, unpinning, pane command implementations, etc. require state that is only present when hosted within a XamDockManager.
Ok, perfect. I will include the restriction in the Adapter. Thanks !