Hello,
I have a very straight forward example:
<
Window
x:Class
=
"TelerikWpfApp2.MainWindow"
xmlns:telerik
=
"http://schemas.telerik.com/2008/xaml/presentation"
Title
=
"MainWindow"
Height
=
"350"
Width
=
"525"
>
<
telerik:RadDocking
x:Name
=
"radDocking"
>
<
telerik:RadSplitContainer
>
<
telerik:RadPaneGroup
x:Name
=
"Group1"
>
<
telerik:RadPane
x:Name
=
"Pane1"
Header
=
"Server Explorer"
CanFloat
=
"False"
/>
<
telerik:RadPane
x:Name
=
"Pane2"
Header
=
"Server"
CanFloat
=
"False"
/>
</
telerik:RadPaneGroup
>
</
telerik:RadSplitContainer
>
</
telerik:RadDocking
>
</
Window
>
Using the Office2019 theme this gives a blue border for the active pane (see screenshot). The blue highlighted header is fine for me, but I'd like to get rid of the blue border and struggled to do so for the last 6 hours and am at a loss.