Hi,
Is there any property I can use to reduce the height of the Ribbon CaptionArea? By default it is quite thick. I would like it to set it to be the same as my QatTopArea height. If it can only be done by using CreationFilters, what would be the easiest way of achieving this?
Thanks,
Javier
Hello Javi,
There is a similar discussion here:
http://community.infragistics.com/forums/t/14159.aspx
Hope this answers your question.
Regards,
Lyuba Petrova
Developer Support Engineer
Infragistics
www.infragistics.com/support
I saw this discussion but is not exactly what I am after. I am looking at reducing the CaptionArea height, not the hole ribbon (expanded tab) height. Maybe this is something that can be done with CreationFilters?
thanks
Hello,
If you want to reduce the size of the RibonCaptionArea you should have in mind the buttons that are there. Do you want to change the size of the Caption or you want to reduce the whole area?
If it is about the size of the Font you could use the following:
UltraToolbarsManager.Ribbon.CaptionAreaAppearance.FontData.SizeInPoints = 8;
If you have any other questions please do not hesitate to ask.
Sincerely,
Danko
Developer Support Engineer, MCTS
I would like to reduce the height of the whole CaptionArea (not just the text element). It looks significantly thicker than the standard Office2007
Thanks, Javi
It is not recommened to change the size ot the CaptionArea, but I have created a sample showing how it could be done. The buttons in the caption area are also sized to fit in.
Please let me know if you have any further questions.
Danko Valkov
This is great, it would have taken me a good while to figure out the appropiate creation filter code for this.
Thanks a lot