Add ability to combine the Aero RadRibbonWindow with the RadRibbonView's tabstrip like in MS Office 2010.
Allow extending the Window glass frame into the RadRibbonWindow content
When you have set the Windows task bar to auto-hide and you maximize an RadRibbonWindow, you are not allowed to visualize the task bar on top of the RadRibbonWindow. Available in LIB version: 2015.1.2303
When the Taskbar is auto-hidden, if the RibbonWindow is maximized, the task bar cannot be displayed.
Currently, the minimized content of the ribbon opens up in a Popup element which leads to issues when positioned between two (or more) monitors. Introduce a feature that allows the content to opens in an Adorner element.
We have a RadRibbonWindow. When it is run on Windows XP (or on Windows 7, "Windows Classic" theme) and the DPI settings are high (above 170 %), the standard window buttons (Minimize, Restore and Close) are not displayed properly (they are cut). Also there is too much space between them.
Title bar (including the Contextual tab header) goes over the Window (MinMaxClose) Buttons
Allow the RadRibbonView to ignore the windows menu location settings for the MinimizedPopup
Output error in VS: System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Telerik.Windows.Controls.RadRibbonView', AncestorLevel='1''. BindingExpression:Path=IsHostedInRibbonWindow; DataItem=null; target element is 'WindowTitle' (Name='WindowTitle'); target property is 'NoTarget' (type 'Object')
When desktop is shared through Office Communicator 2007 RibbonWindow is not repainting properly. The same issue can be reproduced through a remote desktop connection - when the RibbonWindow is running in a Aero Windows theme, the RibbonWindow chrome is painted in black when accessed through a remote desktop.
Allow the users to use special symbols Alt+123(not activating the KeyTips) and displaying the special symbol instead.
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 ).
When ribbon is placed on two monitors the minimized popup is misplaced.
The Title of the RadRibbonWindow should be created from the Title and ApplicationName strings of the RibbonView automatically
Users should be allowed to understand when KeyTips are opened (respectively closed).
Add a possibility to imitate fullscreen mode.
would be very helpful especially for users who are new to Telerik and/or WPF
When maximized (or when dragged from maximized), RadRibbonWindow ,might not render it's chrome. Reproducable on Windows 7, 64bit machine.
The Title of the RadRibbonWindow is not diplayed unless there is a RadRibbonView in the window.
You can not click the ColorPicker when it is inside a RadRibbonSplitButton.