I am moving a desktop application to a touch-sensitive tablet running WinXP. The screen size is 7 inches.
When the application runs on the tablet, the toolbar is too small for some peoples fingers. I would like to increase the size of the whole toolbar, but I see no Size property.
Is it possible to increase the size? If so, how?
Thanks
Just to clarify my post - I am talking about the size of the ribbon in Office 2007 compatibility mode.
Hello ,
We are followed Microsoft guidelines to build our ribbon. For more information please look at the following link:http://msdn.microsoft.com/en-us/library/windows/desktop/cc872782.aspx
What you could do in your case is to setting UseLargeImagesOnMenu, UseLargeImagesOnToolbar to true, and also to set Ribbon.TabItemToolbar.Settings.UseLargeImages to true and to set ImageSizeLarge (ImageSizeLarge.Width = 64 and ImageSizeLarge.Height = 64) and ImageSizeSmall (ImageSizeSmall.Width = 32 and ImageSizeSmall.Height = 32)
Please let me know if you have any further questions
I now need to do the opposite - I need to make the ribbon smaller, so it takes up less real estate on the screen.
I can set the size of the images to smaller size, but the ribbon then shows three items vertically. I need the items to still list horizontally across the screen.
I need the size of the ribbon to be about 2/3 of it's present height.
Can this be done?