Available in LIB version: 2014.3.1319
When NoXaml binaries are used and there is content hosted in the RadRibbonWindow it gets clipped. Available in LIB version: 2014.3.1312
The KeyTips are not displayed correctly when the RadRibbonView is Minimized and you show the keytips for the first time. Available in LIB version: 2014.3.1319
Expose a property to control the Visibility of the RibbonWindow icon separator Declined: The Icon separator could removed once the Windows is loaded, like follows: void MainWindow_Loaded(object sender, RoutedEventArgs e) { var iconPanel = this.ChildrenOfType<FrameworkElement>().Where(x => x.Name == "IconPanel").FirstOrDefault() as StackPanel; if (iconPanel != null) { var border = iconPanel.ChildrenOfType<Border>().FirstOrDefault(); if (border != null) { border.Visibility = System.Windows.Visibility.Collapsed; } } }
In WPF the WindowsFormsHost control is displayed on top of the Backstage menu Reason for declining: The WindowsFormsHost element is drawn on top of any Adorner elements. As the RadRibbonBackstage is an Adorner the WindowsFormsHost is drawn on top of it. As a workaround to this framework limitation you could bind Visibility of the WindowsFormsHost to the IsBackstageOpen property of the RadRibbonView and collapse/hide it when the backstage is open. You can find more information about the WindowsFormsHost and its features and limitation in this article ( http://msdn.microsoft.com/en-us/library/ms744952.aspx ).
CUIT cannot access content (as groups and buttons) hosted by every tab, except the first one. Available in Q3 2014 SP
Please add support for the Backstage in Office 2013 with the back button. Available in Q3 2014
The RadRibbonBackstage is closed when EscapeKey is pressed and the KeyTipService.IsKeyTipsEnabled is set to "True" and the Backstage closing logic on escape is dissabled Fixed in Q3 2014
When you have a RibbonView in a RibbonWindow and you open another RibbonWindow from the first one, the paths of the minimize, maximize and close buttons of the first window disappears. Note that in order to reproduce this issue the Windows theme should be set to classic and the project should be started without debugging (Ctrl + F5)
When RadRibbonView is hosted in RadRibbonWindow and the window is moved partially outside of the visual area of the screen the tabs' minimized content is misplaced.
TreeView or DataGrid, or COmbobox is placed in a dropcontent of a RibbonDropDownButton. Item is selected programmatically before the dropdown is loaded. This leads to null reference exception.
The HeaderStringFormat property of the RadRibbonBackstageItem is not working [RadRibbonView]
The QAT is placed too close to the ribbon when hosted in a RadRibbonWindow.
When we have a RibbonWindow with the Office2013 theme applied and palette set to (for example) LightGray the background of the window is not changed.
If a RibbonView is used in a WPF, where the Window SizeToContent property is set to WidthAndHeight, the Window takes too much space.
RibbonWindow leaves empty spaces between the border and the content when used on Windows8 machine and the project targets .NET 4.0
When the Windows OS theme is changed to Classic under Windows 7, the Minimize, Maximize and the Close button of the RadRibbonWindow disappear and the title bar becomes black. Also note that when the theme is Classic and you start the application the window is displayed correct, but when you change the theme to Aero, the RadRibbonWindow style it is not changed
When maximized (or when dragged from maximized), RadRibbonWindow ,might not render it's chrome. Reproducable on Windows 7, 64bit machine.
The HeaderStringFormat property is not bound in the default template of the control.
You can not click the ColorPicker when it is inside a RadRibbonSplitButton.