Hello Team,
I am using Infragistics WIn 8.3 and Microsoft VS 2008. I am using UltraExplorerBar with Oulook 2007 style. The heigt of the groups are big. I tried setting the UseLargeGroupHeaderImages to False, but then the size of the group header become very small. Is there any way we can adjust the height of the group header same as the microsoft outlook 2007 ? Please find attached image.
The images you are using are probably 32 x 32; I vaguely recall the image size used by MS Outlook being 24 x 24. In any case, the headers are sized based on the larger of the two values - images size or font size. If you set the UltraExplorerBar.ImageSizeLarge property to 24 x 24, you will probably get to within a pixel or two of the MS header size.
Hi Brian,
Thanks a lot..u r gr8 :)