We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Prism and DockingManager question

Am I missing something here? I'm trying to have two panels displayed in a tabbed view.

Here is my shell xmal code:
x:Name="dockingManager"
UseDocumentContainer="True" cal:RegionManager.RegionName="DockingRegion"
Grid.Row="1"
PersistState="False" syncfusion:DocumentContainer.DocumentClosing="dockingManager_DocumentClosing">


View #1 xaml code:
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:scm="clr-namespace:System.ComponentModel;assembly=WindowsBase"
xmlns:cal="http://www.codeplex.com/CompositeWPF"
xmlns:local="clr-namespace:LiveTV.MXConsole.Module.MXSync"
xmlns:syncfusion="http://schemas.syncfusion.com/wpf"
xmlns:regions="clr-namespace:LiveTV.MXConsole.Infrastructure;assembly=MXConsole.Infrastructure"
xmlns:calclick="clr-namespace:Microsoft.Practices.Composite.Presentation.Commands;assembly=Microsoft.Practices.Composite.Presentation"
syncfusion:DockingManager.Header="MXSync"
syncfusion:DockingManager.State="Document"
syncfusion:DockingManager.SideInDockedMode="Left"
syncfusion:DockingManager.DockToFill="True"
x:Name="MXSync"
>

View #2 xaml code:
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:scm="clr-namespace:System.ComponentModel;assembly=WindowsBase"
xmlns:cal="http://www.codeplex.com/CompositeWPF"
xmlns:local="clr-namespace:MXConsole.Module.LTV3"
xmlns:regions="clr-namespace:LiveTV.MXConsole.Infrastructure;assembly=MXConsole.Infrastructure"
xmlns:syncfusion="http://schemas.syncfusion.com/wpf"
syncfusion:DockingManager.Header="LTV3 Maintenance"
syncfusion:DockingManager.State="Document"
syncfusion:DockingManager.SideInDockedMode="Tabbed"
syncfusion:DockingManager.TargetNameInDockedMode="MXSync"
x:Name="ltv3MXConsole" >

When this executes they end up side by side instead of tabbed. Any ideas?

Thanks for your help


1 Reply

HK Hemanth Kumar K Syncfusion Team March 30, 2010 11:19 AM UTC

Hi Denies,

We are not able to reproduce the issue mentioned, Could you please update us a sample to demonstrate this issue.

Please let us know if you have any queries,

Thanks,
HemanthKumar K

Loader.
Live Chat Icon For mobile
Up arrow icon