Hi!
I have a problem when I set border style of a ribbon group to "Solid" that the caption don't fill the space from border to border.
How it looks like:
Is there any way to use Solid border (or any other style, I just don't want borders to be rounded) with ribbon group?
Hello Kirill,
I attached a sample to help you get started.
46080.WindowsFormsApp1.zip
Thank you for the answer! Could you please hint me into the direction of how could I change the caption appearance using the draw filter? Thanks a lot!
Thank you for contacting Infragistics. Group spacing is natural part of the style of the ribbon group. I would use Office2010 or Office2013 styles that don't have borders.
ultraToolbarsManager.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2010; ultraToolbarsManager.Ribbon.FileMenuStyle = Infragistics.Win.UltraWinToolbars.FileMenuStyle.ApplicationMenu2010;
Another style would need to be added or some custom draw filter would need to be used to override the control. I recommend submitting a new product idea.
You can suggest new product ideas for future versions (or vote for existing ones) at <https://es.infragistics.com/community/ideas>. 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.
Let me know if you have any questions.