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

Docking control does not show any controls

Hi

I cannot get the docking control to work.

I installed 15.1.0.37. Created a new project in VS2015 (14.0.25431.01 Update 3), followed the instructions at https://help.syncfusion.com/uwp/sfdockingmanager/getting-started

App runs but no controls are shown.

Below is the code:

<Page
    x:Class="App1.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:App1"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
     xmlns:layout="using:Syncfusion.UI.Xaml.Controls.Layout"
  
    mc:Ignorable="d">

    <layout:SfDockingManager x:Name="docking">

        <ContentControl x:Name="SolutionExplorer"/>

        <ContentControl x:Name="ToolBox"/>

        <ContentControl x:Name="Properties"/>

        <ContentControl x:Name="Output"/>

        <ContentControl x:Name="StartPage"/>

    </layout:SfDockingManager>
</Page>




3 Replies

MS Marimuthu Sivalingam Syncfusion Team March 13, 2017 12:16 PM UTC

Hi Cheung,

Thank you for contacting Syncfusion Support.

We have prepared the sample based on updated code sample but we could not reproduce the reported behavior. Please check the video and if you are reporting the same behavior as shown in video; then, it is not an issue. It is the default behavior of SfDockingManager. If you want to show dock window header you can set Header attached property of SfDockingManager. We have prepared for the sample for the same. Please download the sample from the following link.

Video: DockingSampleVideo

Sample: SfDockingManagerControl

Regards,
Marimuthu S.



FA FatCatz March 14, 2017 11:29 PM UTC

Hi Marimuthu

The attached project worked. Not sure why my project does not work, I will continue testing.

Regards

Gavin


MS Marimuthu Sivalingam Syncfusion Team March 15, 2017 12:48 PM UTC

Hi Gavin,

Thank you for your update.

We are glad to know that, your reported behavior has been resolved. Please let us know if you need any further assistance, we will be happy to assist you.

Regards,
Marimuthu S.

Loader.
Up arrow icon