Declined
Last Updated: 18 Feb 2015 08:29 by ADMIN
Nick
Created on: 23 Jan 2015 20:08
Category: Docking
Type: Bug Report
0
RadPane Header cannot be hidden, a small border remains visible
RadPane setting CanFloat, CanUserPin & CanUserClose to false, ContextMenuTemplate="{x:Null}" and PaneHeaderVisibility="Collapsed" still leaves a small part of the header visible and clickable. If there is any work-around can you please let me know. Version 2014.3.1202.45, using Framework 4.5 with VS2013.
2 comments
ADMIN
Masha
Posted on: 18 Feb 2015 08:29
Hi Nick,

Declined: This is the expected behavior as RadDocumentPanes have no PaneHeaders and the PaneHeaderVisibility is not the property you need.  To achieve the desired behavior I suggest you simply set RadDocumentPanes' Visibility property to Collapsed. For more information please check our help article:

http://docs.telerik.com/devtools/wpf/controls/raddocking/how-to/remove-the-header-of-the-radpane.html#removing-the-raddocumentpanes-tab

Regards,
Masha
Nick
Posted on: 26 Jan 2015 07:32
This problem only occurs when the RadPane is a document pane, i.e. wrapped by RadDocking.DocumentHost.