Hi,
I get the a member not found error if I apply the theme file IG.xamComboEditor.xaml.This is the Line (315):
<Border x:Name="RootPopupElement" Grid.Row="1" Height="Auto" MinHeight="20" MaxHeight="{TemplateBinding MaxDropDownHeight}" MaxWidth="{TemplateBinding MaxDropDownWidth}" HorizontalAlignment="Stretch" VerticalAlignment="Top" Background="{StaticResource PopupBackgroundBrush}" BorderBrush="{StaticResource PopupBorderBrush}" BorderThickness="{TemplateBinding BorderThickness}">
Is this a bug?
Hello,
I have created a sample project trying to reproduce the issue you have described where the IG theme is applied. On my side no error is thrown after theme is applied with version 14.1.20141.2108. Would you please let me know which version you are using? Could you please look at the attached solution and modify it so that it illustrates the issue? Thank you.
OMG, that's it. I used the wrong assembly version (13.2)!
With the new version, it works!
Thank you for your feedback. I am glad that you have resolved the issue!