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.

Unplanned
Last Updated: 31 Jan 2019 09:32 by ADMIN
At the moment GIF images are not supported in SL RadRichTextBox
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Expose properties to control the HorizontalAlignment and VerticalAlignment of the footer content
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
8
Allow the QAT context menu to be extended
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Allow RibbonWindow Minimize/Maximize/Close buttns to work in in-browser scenarios
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
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).
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Add a property to show/hide RibbonWindow Close/Minimize/Restore buttons panel
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.
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
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
3
Posibility to use the QAT buttons when the BackStage is open
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Expose an event where the key combinations that (don't)show the KeyTips can be customized.
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
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
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: 08 Nov 2016 14:45 by ADMIN
Add the ability, while holding down a modifier key (for instance ALT which triggers the KeyServices) and pressing the AccessText key at the same time, to execute the action associated with the element.

Available in R1 2017 Release
Please note that is it working only for KeyDown ActivationModes, not in the default KeyUp.
Completed
Last Updated: 03 Nov 2016 12:03 by ADMIN
Allow the ApplicationMenu to be used as a stand-alone control



Available in R1 2017 Release
Declined
Last Updated: 03 Nov 2016 11:16 by ADMIN
ADMIN
Created by: Tina Stancheva
Comments: 0
Category: RibbonView
Type: Feature Request
1
Add MouseOver Selection states in the RadRibbonTab control

Decline reason: RibbonView and its elements (including TabControl) are inspired by MS Office products. Since hovering over the selected TabItem in MS Word for example doesn't change its visual appearance it shouldn't in RibbonView as well.
If your project design still requires such appearance then we highly recommend that you edit the Control Template of the TabControl in Telerik.Windows.Controls.RibbonView assembly and add a MultiTrigger Condition (in WPF):
  <MultiTrigger>
                <MultiTrigger.Conditions>
                    <Condition Property="IsMouseOver" Value="True"/>
                    <Condition Property="IsSelected" Value="True"/>
                </MultiTrigger.Conditions>
...
</MultiTrigger>
or add a  <VisualState x:Name="SelectedMouseOver"> to CommonStates VisualStateGroup.
1 2