Hi,
I am using this control and trying to change the text on the Navigation Pane, I know people have asked this before but I looked at this post and tried what was suggested but it did not work so was not sure if perhaps this was for an older version of control.
http://ko.infragistics.com/community/forums/p/18173/67007.aspx#67007
Here is my code
<igOutlookBar:XamOutlookBar x:Name="xamOutlookBar"
GroupsSource="{Binding Groups, Mode=TwoWay}"
IsEnabled="{Binding ReadOnlyOption, Converter={x:Static valueConverters:InverseBooleanValueConverter.Instance}}"
Theme="Metro" VerticalContentAlignment="Stretch" FontSize="14" SelectedGroupChanged="xamOutlookBar_SelectedGroupChanged">
<igOutlookBar:XamOutlookBar.Resources>
<Style x:Key="{x:Static igOutlookBar:XamOutlookBar.NavigationPaneToggleButtonStyleKey}" TargetType="{x:Type ToggleButton}">
<Setter Property="Content" Value="Something Else" />
</Style>
/igOutlookBar:XamOutlookBar.Resources>
</igOutlookBar:XamOutlookBar>
Any help would be appreciated.
kind regards,
Anne
Just noticed it only does not work if you set the Theme to Metro, all other themes work.
Hi Anne,
I created a very simple sample with two XamOutlookBars, one using Metro Theme and the other using Office2k7Black adding the NavigationPane ToggleButton style to each.
I tested my sample using the 2013.1 v20131.2108 assemblies. If you are using a different specific version please let me know.
I'll attach my sample so you can run it to see if you see the same behavior I believe you described of the context not changing when you toggle the outlook bar.