Declined
Last Updated: 16 Jan 2020 09:17 by ADMIN
Chuck
Created on: 09 Jan 2020 19:00
Category: RibbonBar
Type: Feature Request
0
Add RadFontDropDownList to RadRibbonBar/RadRibbonBarGroup

Just a request to add in a RadFontDropDownListElement item to the RadRibbonBarGroup item list in the RadRibbonBar.

I am bypassing this by manually loading in the system fonts to a RadDropDownListElement but I could see the ease and appeal of having it already available. 

1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 16 Jan 2020 09:17

Hello, Chuck,    


You can add a RadFontDropDownList to a ribbon group very easily by using the following code snippet: 
            RadFontPopupEditorElement fontElement = new RadFontPopupEditorElement();
            fontElement.MaxSize = fontElement.MinSize = new Size(150,20);
            this.radRibbonBarGroup1.Items.Add(fontElement);

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.