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
Allow changing the entire UpDownButton tooltip.
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.
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
RibbonWindow throws a TypeInitializationException when used with VSTO Addin
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.
Cannot define an event handler for the RibbonButton.HoverEvent in code-behind Available in LIB version: 2014.3.1222
Add panel element to the TabStripAdditionalContent property. This way it will be easier for the users to add content. Declined: The existing API for the TabStripAdditionalContent property (of type Object) easily allows the users to customize and insert content depending on their requirements. For instance if you want to use data from ViewModel and list all of its Items you could use the following code: <telerik:RadRibbonView.TabStripAdditionalContent> <ItemsControl ItemsSource="{}" > <ItemsControl.ItemsPanel> <ItemsPanelTemplate> <StackPanel Orientation="Horizontal" /> </ItemsPanelTemplate> </ItemsControl.ItemsPanel> </ItemsControl> </telerik:RadRibbonView.TabStripAdditionalContent>
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.
The MinimizedPopup could be open/closed by using the SelectedIndex property of the RadRibbonView. A sample implementation could be seen in the attached project.
The screentip should allow binding to text, image
The ScreenTip isn't displayed unless you define its Title property
Currently the Backstage support keyboard navigation only if the the RadBackstageItems have their IsSelectable property set to true. The keyboard support should be extended to support BackstageItems that have IsSelectable=false. Will be available in Q2 2015 Release.
RibbonGroup containes many TextBoxes with TabIndices set. HyperLink with TextBlock inside is between the TextBoxes. TextBlock Text is "" or x:Null. Tabbing is possible only between the TextBoxes on the left of the Hyperlink.
The MinimizedPopup should be closed after clicking on a RibbonControl in the RibbonGroups
Change the ApplicationButton ControlTemplate so that the button Width can be easily customized. UPDATE: RibbonView ApplicationButtonStyle property can be used to apply a style on the ApplicationButton. Use the style to apply a Width on the button.
At the moment the root element of the Backstage control is a ScrollViewer and since its size is measured with infinity the controls placed inside the BackstageItems Content will be measured with infinity thus not displaying internal scroll bars. Consider changing this behavior. The feature will be available in our official release 2015 Q1
VS Designer trows exceptions if a RibbonTab is placed in a UserControl: If the RibbonTab control size isn't defined, the designer throws a System.InvalidOperationException - FrameworkElement_LayoutMeasure_InfinityNaNReturned. If the RibbonTab size is set, then clicking on the tab in the designer raises a System.ArgumentException - Property 'Items' was not found in the property collection 'Grid'.
Currently only the Left Key activates the key tips.
The RibbonTabStrip does not collapse when Application Button is Collaps as well as the RibbonTabs. This works in RibbonBar. Available in LIB version: 2014.3.1402