Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Expose property controlling the RibbonGroups Header Background
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
RibbonBar should set default GroupNames of the RadRadIoButtons used
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
Completed
Last Updated: 04 Jan 2017 14:01 by ADMIN
If a RibbonView is used in a WPF, where the Window SizeToContent property is set to WidthAndHeight, the Window takes too much space.
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).
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
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
4
QAT should have overflow
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
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
Make the gallery resizable
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
4
Any group or button can be right clicked and added to the Quick Access Toolbar (QAT).
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
Expose properties to control the BackstageItem.Icon size
Completed
Last Updated: 19 Dec 2014 13:00 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
2
If the height of the screen is smaller than needed the App_menu is clipped in the bottom. There are 5-10 px wrong in calculation
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
Allow ApplicationMenu to be editable in Blend. Make sure when clickon the application button the app menu is displayed in blend. Also add panels for the content and footer content for easier content adding.
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
2
The screentip should allow binding to text, image
Declined
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
The MinimizedPopup could be open/closed by using the SelectedIndex property of the RadRibbonView.

A sample implementation could be seen in the attached project.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Add a property to show/hide RibbonWindow Close/Minimize/Restore buttons panel
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
Add ScreenTip for the Application Button

UPDATE: RibbonView ApplicationButtonStyle property  can be used to apply a style on the ApplicationButton. Use the style to apply a ScreenTip on the button.
Unplanned
Last Updated: 05 Jan 2017 07:59 by Michael
Add support for direct content of ribbon buttons (like using XAML vector graphics instead of images).