Hi,
I've a floating RadSplitContainer (labeled as B in the photo ) and I need to customize it to make it looks like the panel A, hide the close button, blue background on header, thickness border to 1px... I've tried with sytlesheets and templates but I cannot make it possible.
Code RadDocking:
<
telerik:RadDocking
>
<
telerik:RadSplitContainer
telerik:RadDocking.FloatingLocation
=
"500,50"
InitialPosition
=
"FloatingDockable"
>
<
telerik:RadPaneGroup
>
<
telerik:RadPane
x:Name
=
"TooltipHeader"
CanDockInDocumentHost
=
"False"
CanUserClose
=
"False"
>
<
StackPanel
x:Name
=
"TooltipFloat"
>
</
StackPanel
>
</
telerik:RadPane
>
</
telerik:RadPaneGroup
>
</
telerik:RadSplitContainer
>
</
telerik:RadDocking
>
Regards,
Gerard.