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?