Completed
Last Updated: 13 Feb 2014 13:24 by ADMIN
IMPROVE. RadRibbonBar - add ability to theme the split button for this control (i.e. SplitButtonInRibbon)
Completed
Last Updated: 20 Nov 2012 04:08 by ADMIN
According to the design guidelines, the width of a ContextualTab is determined by the sum of the widths of the RibbonTabs. However, there are cases where the width of the containing tabs is less than the width needed by the ContextualTab to display its text. To handle this case, we should allow the users to set the width of the ContextualTabs.

WORKAROUND: increase the size of the inner tabs:
 private void radButton1_Click(object sender, EventArgs e)
        {
            ribbonTab1.MinSize = new Size(ribbonTab1.Size.Width+60, 0);
            radRibbonBar1.RibbonBarElement.InvalidateMeasure(true);
            radRibbonBar1.RibbonBarElement.UpdateLayout();
            radRibbonBar1.RibbonBarElement.RibbonCaption.CaptionLayout.InvalidateMeasure(true);
            radRibbonBar1.RibbonBarElement.RibbonCaption.CaptionLayout.UpdateLayout();
        }
Completed
Last Updated: 30 Oct 2017 10:18 by ADMIN
The new functionality should provide a way to apply an offset to the position of the key tip as well as customize their back and fore colors as well as the font
Completed
Last Updated: 11 Aug 2011 09:11 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: RibbonBar
Type: Feature Request
2
ADD. RadRibbonBar - add cancelable CommandTabChanging event.
The event is called CommandTabSelecting to be coherent with the older event CommandTabSelected.
Completed
Last Updated: 25 Mar 2015 14:19 by ADMIN
With particular cultures the alt key is used for specific symbols and this is why the user should be able to use one of the alt key for symbols and the other one for the key tips.
Completed
Last Updated: 29 Jul 2010 10:11 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: RibbonBar
Type: Feature Request
1
radRibbonBar1.RibbonBarElement.ApplicationButtonElement.DropDownMenu.FadeAnimationType to be available in properties window.
Completed
Last Updated: 03 Jun 2019 04:41 by ADMIN
Release R2 2019 SP1

When the size is reduced the button's text is hidden and the popup occurs. One should be able to directly go to the collapsed mode without showing buttons with no text. 

The attached project shows a temporary solution. 

Completed
Last Updated: 06 Dec 2019 14:26 by ADMIN
Release R1 2020 (LIB 2019.3.1209)
Created by: Dominik
Comments: 2
Category: RibbonBar
Type: Feature Request
1
Currently, there is no way to replace the RibbonBarPopup.
Completed
Last Updated: 22 Oct 2014 07:20 by ADMIN
Allow small elements, e.g. RadTrackBarElement or RadProgressBarElement, to be added to RadRibbonBar groups at design-time.
Completed
Last Updated: 13 Nov 2014 13:02 by ADMIN