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

Rad Docking Border Issue

1 Answer 111 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Roshil
Top achievements
Rank 1
Roshil asked on 21 Jul 2011, 11:15 AM

I am using Rad docking in all my application.Pleae check my attached image.I want to remove border.How can I do that .

Iam Embedding my all controls in Document Host like this..

<telerik:RadDocking x:Name="radDocking1"  BorderThickness="1" BorderBrush="Black" Padding="0">

        <DropShadowEffect ShadowDepth="2" Opacity="0.85" BlurRadius="3"/>

        <!--DocumentHost-->

        <telerik:RadDocking.DocumentHost>

            <telerik:RadSplitContainer BorderThickness="0" >

                <telerik:RadPaneGroup AllTabsEqualHeight="True" BorderThickness="0" Background="Transparent">

                    <telerik:RadDocumentPane Visibility="Collapsed" CanUserClose="False" BorderThickness="0">

                        <telerik:RadDocumentPane.Content>

My Other controls will come here..

                        </telerik:RadDocumentPane.Content>

                    </telerik:RadDocumentPane>

                </telerik:RadPaneGroup>

            </telerik:RadSplitContainer>

        </telerik:RadDocking.DocumentHost>

    </telerik:RadDocking>

1 Answer, 1 is accepted

Sort by
0
Dani
Telerik team
answered on 22 Jul 2011, 02:27 PM
Hi Roshil,

Please take a look at this forum thread on the same topic. I believe this is what you need. Try drilling down to the PaneGroup_DocumentFrameTemplate and hiding the borders.

I hope this will be helpful.

All the best,
Dani
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Docking
Asked by
Roshil
Top achievements
Rank 1
Answers by
Dani
Telerik team
Share this question
or