Hello Mike,
How i can reduce ribbon height after I removed ribbon group caption ?
You can write a "creationfilter"?
==================================
public void AfterCreateChildElements(Infragistics.Win.UIElement parent)
{
if (parent is RibbonGroupUIElement )
UIElement el = null;
foreach (UIElement element in parent.ChildElements)
if (element is RibbonGroupCaptionAreaUIElement)
el = element;
break;
}
if (el == null)
return;
parent.ChildElements.Remove(el);
//How i can reduce ribbon height after I removed ribbon group caption ?
===================================
I want to get something like this:
Hi Lello,
Please refer to the following link, this issue is previously answered here.
http://es.infragistics.com/community/forums/t/104231.aspx
If you have any additional questions please let me know.
Sincerely,
Sahaja Kokkalagadda
Associate Software Developer, Windows Forms
http://es.infragistics.com/