How do I hide Ribbon Group Caption Area in the UltraToolbarManager ?
used creation filter to avoid the creation of "RibbonGroupCaptionAreaUIElement" as below:
public bool BeforeCreateChildElements(Infragistics.Win.UIElement parent) { if (parent is RibbonTabRowUIElement) { return true; } if (parent is RibbonGroupCaptionAreaUIElement) { return true; }
return false; }
Also, Please find attached files.
Problem is:
ribbon group Caption name only can be removed
Unable to remove the entire ribbon group caption area.
Request:
Please provide code to remove the entire ribbon group caption area using creation filter.
Reference links:
http://ko.infragistics.com/community/forums/t/69528.aspx
http://ko.infragistics.com/community/forums/t/40984.aspx
Hello Sahaja Kokkalagadda,
Ok, I can not eliminate ribbon group area, but at least there is a way to "reduce" ribbon group height (for example, 5 px) ?
Regards, Lello
Hi Mohan,
While it’s possible to remove the text, a CreationFilter cannot be used to reclaim the space taken by the caption area of the ribbon. Removing the ribbon group caption area has been determined to be a new product idea. You can suggest new product ideas for future versions (or vote for existing ones) at <http://ideas.infragistics.com>.
Submitting your idea will allow you to communicate directly with our product management team, track the progress of your idea at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.
Remember when submitting your idea to explain the context in which a feature would be used and why it is needed as well as anything that would prevent you from accomplishing this today. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it. You can also link back to this thread for additional details.Thank you in advance to submitting your product idea.
Sincerely,Sahaja KokkalagaddaAssociate Software Developer, Windows Formshttp://ko.infragistics.com/