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

A Border Line around the Telerik Docked Panel.

1 Answer 53 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Bharat
Top achievements
Rank 1
Bharat asked on 09 Aug 2012, 12:10 PM
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!

1 Answer, 1 is accepted

Sort by
0
Masha
Telerik team
answered on 14 Aug 2012, 11:15 AM
Hello Bharat,

I would suggest you to set Border properties to the needed SplitContainer like this:

<telerik:RadSplitContainer BorderThickness="5 0 0 0" BorderBrush="red" Margin="20 0 0 0" Padding="20 0 0 0">

to have some kind of a separator.

If this is not what you are looking for, please send us more details and/or a screenshot showing the exact requirement, so we to be able to assist further.

Greetings,
Maria
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Docking
Asked by
Bharat
Top achievements
Rank 1
Answers by
Masha
Telerik team
Share this question
or