Thanks Michael for your response. I think this helps. I will try this.
I need to customize the theme for the outlook bar control. My requirement is to disable the group overflow area and change the colours (Background and foreground) for the control.
Can you please tell me how to achieve this.
Also i need to change the expander image instead of ">>". Also i location of expander should be at left side instead of at right side.
Thanks and Regards,
Shashikanth N.
Hello Shashikanth,
Thank you for contacting Infragistics. You can change the look and feel by overriding the default styles and/or themes of the XamOutlookbar to replace the carot image and change the background and foreground of the various components.
Please clarify what you mean by disabling the group overflow area. Do you mean the minimize the group overflow area or hide it?
Let me know if you have any questions.
Thanks Michael. I was looking into OutlookBarAIRBase.XAML. I need to remove the group overflow area and i have achieved this by modifying the OutlookBarAIRBase.XAML. I need to change the colors for XamOutlookBar Control like Background and Foreground brushes. I looked into OutlookBarOffice2k7Blue_Brushes.xaml file but unable to get what exactly i need to change for my requirement.
Also one more important thing i am expecting from you is I need the expander to be at left side. It should expand/collapse as it is der currently.
Please guide me in order to implement this. Thanks for your support.