Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
705
Bug in IG Theme XamComboEditor - MaxDropDownWidth
posted

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?

Parents
  • 17475
    Verified Answer
    Offline posted

    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.

    XamComboEditorSTheme.zip
Reply Children