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
Hi Marianne,
I think you are misunderstanding what I am saying. The application you provided uses a dll which does not come with the version of infragistics controls provided in 13.1.20131.1009, that is what I was trying to show you by the screenshot in my previous email. So when I open your sample application it won't run as I don't have that dll, if I reference the one that does come with the version I am using then your sample application does not work. Please see attached your sample application using my dll.
kind regards,Anne
Hi Anne,
I didn't mean to emphasize the service release number. I was just providing you with information of what specific version of 2013.1 I had used. I just re-tested the same sample using the latest service release of 2013.1(2256) and it worked as well.
Are you not seeing the sample work correctly? What specific version of 2013.1 are you using? Look at the properties of the Infragistics assemblies for the Version property, which will look like 13.1.20131.nnnn. Those last four digits will tell me what specific service release you are using.
Or you can download the latest service release and upgrade the sample and it should work as well.
Please let me know if you have any questions.
I am using the controls that come with wpf 2013.1, I do not have a dll which you are using, where does your one come from, see attachment.
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.
Just noticed it only does not work if you set the Theme to Metro, all other themes work.