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.
Hello, Chuck,
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