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.