Some of our translations do not fit into the buttons on the outlookbars "navigation pane options" dialog box. How can i resize this to fit our text
Hi petetataliba,
Let me know if you have any further questions on this.
In order to resize the Navigation Pane Options dialog window please see my attached sample. In order to resize the buttons however you're going to need to retemplate the NavigationPaneOptionsControl. Most of the buttons inside the navigation pane have their width property set so it's not going to automatically resize depending on its content.
You can find the existing template in your Infragistics install directory inside a DefaultStyles folder. Usually it's located here: C:\Program Files (x86)\Infragistics\NetAdvantage 2012.2\WPF\DefaultStyles\OutlookBar
Open the OutlookBarBase.xaml file and search for NavigationPaneOptionsControl. It should be the first thing that comes up.
Any ideas??????