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

How to Set DockingManager Content to WPF Window?

I have a WPF Window called DiagramWindow.xaml that I want to be the "Content" of a Tabbed Document in a DockingManager.  Is this possible?  If so, what syntax should I use to accomplish this?
 

<ContentControl Name="Diagram"

syncfusion:DockingManager.Header="Diagram"

syncfusion:DockingManager.SideInDockedMode="Tabbed"

syncfusion:DockingManager.State="Document"

Content="DiagramWindow.xaml????">

</ContentControl>

 

Thanks,

Todd


2 Replies

TL Todd Lichtas May 15, 2013 11:34 PM UTC

I was able to accomplish this my making my WPF window a user control, then set the user control as the content.


YA Yasvanth Syncfusion Team May 23, 2013 09:46 AM UTC

Hi Todd,

We can accomplish by making it an usercontrol and set that as content which will be easier way .

Please let us know in case of any queries.

Regards,
Yasvanth

Loader.
Up arrow icon