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.
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
This problem only occurs when the RadPane is a document pane, i.e. wrapped by RadDocking.DocumentHost.