Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
Make Buttons' Image properties of Object type.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
Make the gallery resizable
Declined
Last Updated: 18 Dec 2014 12:54 by ADMIN
Currently, Title and Description properties are typed to string and the control template uses TextBlock controls to display these properties, I think that only typing these properties to "object", showing them with  ContentPresenters and adding a pair of DataTemplate Dependency properties (TitleTemplate and DescriptionTemplate) would offer an extremely flexibility to this useful control.

Declined: If the users need to transfer object data to the ScreenTip they could use the Tag property(http://msdn.microsoft.com/en-us/library/system.windows.frameworkelement.tag%28v=vs.110%29.aspx)  and bind its value to an custom Implicit style targeting the ScreenTip. 
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
RibbonGroup collection can be populated only w/ buttons from the designer
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
If you delay adding a RibbonView in a RibbonWindow, the RibbonView is placed on top of the window, hiding its TitleBar.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
When the DropDownButton in an ApplicationMenu is clicked, the DropDown area should not be closed (see MS Excel for reference).
Completed
Last Updated: 11 Feb 2015 14:07 by ADMIN
ADMIN
Created by: Tina Stancheva
Comments: 0
Category: RibbonView
Type: Feature Request
2
Expose an IsActiveChanged event for the ContextualGroups

Will be available in Q1 2015 Release.
Completed
Last Updated: 02 Apr 2014 15:12 by ADMIN
Edited Style of the ScreenTip does not apply when the ScreenTip is set as attached property.
Also, when you create a CustomControl deriving from the ScreenTip control, its default style is not applied.
Completed
Last Updated: 21 Jan 2015 16:42 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
2
When you click on a control in the DropDownContent of a RibbonSplitButton, a click is registered in the underlying control (behind the DropDownContent).
Declined
Last Updated: 09 Mar 2023 16:24 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2

ApplicationMenu do not have keyboard navigation - pressing arrows do not navigate thru the application menu items.

Declined as a duplicate of: https://feedback.telerik.com/wpf/1352753-ribbonview-applicationmenu-do-not-have-keyboard-navigation.

Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
The constructor of the GroupVariantCollection is internal

Reason for declining: The RadRibbonGroup uses the GroupVariantCollection internally and as there is no public property of type GroupVariantCollection there is not need for the constructor to be exposed. Also if the users wants to bind the Variants of the RadRibbonGroups they can use the VariantsSource property which is of type IEnumebable<GroupVariant>.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
When Windows Classic theme is applied in Windows7 ( or when XP is used) and the WindowStyle of the RadRibbonWindow is set to SingleBorderWindow, the scrollviewer in the backstage does not work properly
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
Allow hiding the tab headers - when a single tab is displayed a tab header is not needed and it can be programmatically hidden in order to save space.

UPDATE: HeaderVisibility property can be used to achieve this behavior
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
Allow changing the entire UpDownButton tooltip.
Declined
Last Updated: 11 Aug 2016 14:05 by ADMIN
We have RadRibbonView. There is some elements in a RadTab, that are inside RadOrderedWrapPanel.
If we set a theme to the RadRibbonView, it is not applied to the elements within the RadOrderedWrapPanel.

Reason for declining: The RadRibbonGroup propagate its theme to its direct children, all nested elements in RadOrderedWrapPanel or custom panel/grid e.t should have set their theme using the attached property telerik:StyleManager.Theme which will be bound to the same theme as the RadRibbonView.
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
2
Cite:
The problem is displaying ScreenTip for Application Button.
Move the mouse on Application Icon, no tooltip shows.
Click it to show the list of menus and go to the first item.
The ToolTip shows up under the menu.

Available in LIB version: 2014.3.1312
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
RibbonWindow throws a TypeInitializationException when used with VSTO Addin
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
It is impossible to prevent the application menu from closing.

Note:  The ApplicationMenuOpenStateChanged event of the RadRibbonView could be used to prevent closing of Application menu. This approach is demonstrated in the attached project.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
In application Menu, when hovering the dropdownbutton to open the RightPane, clicking an item in the Pane does not closes the application menu
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
Implement DirectionalNavigation