This is a migrated thread and some comments may be shown as answers.

Subclassing RadPaneGroup

1 Answer 39 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Gary Paul
Top achievements
Rank 1
Gary Paul asked on 10 Mar 2010, 10:56 PM
Attempting to subclass a RadPaneGroup gives me a "The docuement root element is not supported in the visual desinger.". There is no error indicated in the XAML code. I'm trying to create panels I can dynamically add to the docking environment. I'm starting from the RadPaneGroup as these will be used as shown in your Docking/SplitContainers example

Here is the xaml:

<

 

 

radDock:RadPaneGroup x:Class="Exact.ETA.Windows.Controls.ActionExplorerControl"

 

 

 

    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

 

 

 

    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

 

 

 

    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"

 

 

 

    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"

 

 

 

    xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls"

 

 

 

    xmlns:radDock="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Docking"

 

 

 

    mc:Ignorable="d"

 

 

 

    d:DesignHeight="300"

 

 

 

    d:DesignWidth="400">

 

 

 

 

    <radDock:RadPane>

 

 

 

 

        <Grid x:Name="LayoutRoot" Background="WhiteSmoke">

 

 

 

 

        </Grid>

 

 

 

 

    </radDock:RadPane>

 

</

 

 

radDock:RadPaneGroup>

 

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 15 Mar 2010, 06:33 PM
Hello Gary,

Thank you for contacting us.

We do not recommend subclassing the RadPaneGroup. This is not a supported feature. However, we are going to logged it in our bug tracking system and if we receive more clients' requests we will consider implementing this feature.

If you have any other questions please feel free to contact us again.

Regards,
Konstantina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Docking
Asked by
Gary Paul
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or