Hi,
When we look at a xmal control based off RadDocumentPane in Blend/Visual Studio nothing is displayed in the visual designer. Is this supported?
This example xmal will display blank in Blend/Visual Studio during design time but will work at run time. If change the RadDocumentPane to UserControl it works again the visual designer.
<trd:RadDocumentPane x:Class="Views.Test"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:trd="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Docking"
xmlns:tc="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls"
xmlns:trn="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation""
mc:Ignorable="d" >
<Grid>
<ListBox Width="200" Height="200"> </ListBox>
</Grid>
</trd:RadDocumentPane>