Hi Stefan,
Thank you for writing.
You can hide the border that you have mentioned by setting the
BaseFillBorder.Visibility property of the
TabStripElement contained in the
DocumentTabStrip. Here is how you can do that:
However, if you perform docking operation, and take one of the document windows and dock it outside its document tab strip, new document tab strip will be created for this window and the border for it will appear. To handle this case, you can subscribe to the DockTabStripNeeded event of RadDock, create your own instance of DocumentTabStrip, remove its border and assign it to the Strip property provided in the event args. Follows the whole implementation of the described functionality:
I hope the provided information addresses your question. Should you have any other questions, do not hesitate to contact us.
Greetings,
Stefan
the Telerik team
Q1’11 SP1 of RadControls for WinForms is available for
download; also available is the Q2'11
Roadmap for Telerik Windows Forms controls.