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.
RibbonBar should set default GroupNames of the RadRadIoButtons used
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.
The screentip should allow binding to text, image
The MinimizedPopup could be open/closed by using the SelectedIndex property of the RadRibbonView. A sample implementation could be seen in the attached project.
Add a property to show/hide RibbonWindow Close/Minimize/Restore buttons panel
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.
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>
Cannot define an event handler for the RibbonButton.HoverEvent in code-behind Available in LIB version: 2014.3.1222
Implement DirectionalNavigation
In application Menu, when hovering the dropdownbutton to open the RightPane, clicking an item in the Pane does not closes the application menu
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.
RibbonWindow throws a TypeInitializationException when used with VSTO Addin
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
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.
Allow changing the entire UpDownButton tooltip.
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
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.
When you click on a control in the DropDownContent of a RibbonSplitButton, a click is registered in the underlying control (behind the DropDownContent).
Expose an IsActiveChanged event for the ContextualGroups Will be available in Q1 2015 Release.