This question is locked. New answers and comments are not allowed.
Hello All,
I am currently using TelerikRadDockingPanel and I can Dock a Floating panel to the left side of the screen as happens with a normal docking panel.
The problem that I am facing is that, I need to be able to have a line separotor, between my, Docked panel and the DocumentHost Panel.
Following is my RadDocking Code:
<telerik:RadDocking BorderThickness="0" Padding="0" Grid.Row="1" Opacity="1" Foreground="White" Background="White" BorderBrush="Black" Margin="0,30,0,0">
<!--DocumentHost-->
<telerik:RadDocking.DocumentHost>
<telerik:RadSplitContainer>
<telerik:RadPaneGroup Style="{StaticResource RadGroupStyle}">
<telerik:RadDocumentPane Name="ActualDockedPane" Visibility="Collapsed" CanUserClose="False" BorderThickness="0">
<telerik:RadDocumentPane.Content>
</telerik:RadDocumentPane.Content>
</telerik:RadDocumentPane>
</telerik:RadPaneGroup>
</telerik:RadSplitContainer>
</telerik:RadDocking.DocumentHost>
<telerik:RadSplitContainer InitialPosition="DockedLeft" Width="125">
<telerik:RadPaneGroup>
<telerik:RadPane Header="Navigate" Name="SidePanel" CanUserClose="False" CanDockInDocumentHost="False">
<telerik:RadPane.Content>
</telerik:RadPane.Content>
</telerik:RadPane>
</telerik:RadPaneGroup>
</telerik:RadSplitContainer>
</telerik:RadDocking>
Request for your help at the earliest. Thanks!
I am currently using TelerikRadDockingPanel and I can Dock a Floating panel to the left side of the screen as happens with a normal docking panel.
The problem that I am facing is that, I need to be able to have a line separotor, between my, Docked panel and the DocumentHost Panel.
Following is my RadDocking Code:
<telerik:RadDocking BorderThickness="0" Padding="0" Grid.Row="1" Opacity="1" Foreground="White" Background="White" BorderBrush="Black" Margin="0,30,0,0">
<!--DocumentHost-->
<telerik:RadDocking.DocumentHost>
<telerik:RadSplitContainer>
<telerik:RadPaneGroup Style="{StaticResource RadGroupStyle}">
<telerik:RadDocumentPane Name="ActualDockedPane" Visibility="Collapsed" CanUserClose="False" BorderThickness="0">
<telerik:RadDocumentPane.Content>
</telerik:RadDocumentPane.Content>
</telerik:RadDocumentPane>
</telerik:RadPaneGroup>
</telerik:RadSplitContainer>
</telerik:RadDocking.DocumentHost>
<telerik:RadSplitContainer InitialPosition="DockedLeft" Width="125">
<telerik:RadPaneGroup>
<telerik:RadPane Header="Navigate" Name="SidePanel" CanUserClose="False" CanDockInDocumentHost="False">
<telerik:RadPane.Content>
</telerik:RadPane.Content>
</telerik:RadPane>
</telerik:RadPaneGroup>
</telerik:RadSplitContainer>
</telerik:RadDocking>
Request for your help at the earliest. Thanks!