Hi,
I just want to either i can reduce the height of main ribbon. By default, within each tab, group name with buttons in it are shown. And against each button, icon + text is shown. I just want to show the icon only. So is it possible with the tool bar. Also can i change the default size of icon?
Thanks
Hello ,
Infragistics follows Microsoft Guide Lines to build our Ribbon. For more information about Ribbon Guide lines please look at the following link:
http://msdn.microsoft.com/en-us/library/windows/desktop/cc872782.aspx
So in ribbon you could choose from several predefined sizes Default, Image Only, Normal, Large. In the designer of Visual Studio right click on the tool which you want to managed, from the context menu expand “Preferred Size ” and choose one size from the list. Also Expand Images from the context menu and set “Set Small Image…” and “Set Large Image”. If you do not want to display text next or below of the tool, set its Caption property to “” (tool.SharedProps.Caption). Also I recommend you to review the following link with information about “Working with Tool Types”:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/WinToolbarsManager_Working_with_Tool_Types.html
Please let me know if you have any further questions
This thing will only remove the text, what i need is to reduce the height of ribbon. By Default its taking to much space to show tools, i just want to show them bit smaller and without text also. So giving much space to my forms to be shown.
Please do let me know in case you didn't get my point. I will try to elaborate it further.
Hello,
I am just checking about the progress of this issue. Let me know If you need any further assistance on this issue?
Thank you for using Infragistics Components.
Sorry i was bit buzy in other task. Will you please send me any sample in which reducing the height of the ribbon, cause right now i am unable to do so.
You can change the height by right clicking on control and selecting "Preferred Size" as normal and "Minimum size" as normal. You need to set both of them to normal.
Thnx ...
Actually as per Microsoft reference it seams to me that I can't reduce the height of the ribbon. That is why I have stop working on this issue and also following this thread.
But I have suggestion, why not the ribbon provide the facility to show only icons under selected Tab with no text of button & group as well.
Thnx.
Hello heuristic130,
We are still following this forum thread.
Please feel free to let us know if you need any further assistance with this matter.
Hi , The height of the ribbon is fixed by design. You can minimize the ribbon through its corresponding context menu, though. Note that the ribbon look and behavior must conform the Microsoft ribbon guidelines. To be able to use a ribbon in an application, one will have to sign a (free) license agreement with Microsoft, as this control is copyrighted. Please see http://msdn.microsoft.com/officeui for complete information.