I am experiencing a repaint issue only with this control. The XamComboEditor in the Windows namespace works fine.
What is happening is that when i click on the arrow to dropdown the combo, and then when i select an item or click away, the dropped down area does not repaint.
It stays there until another event (like moving the window) triggers a repaint of the whole window.
Can you advice on what is happening? Is it a hardware issue?
Hello Anthony,
The best way for us to assist you will be if you provide an isolated sample application that I can run and use for debugging locally. If you are unable able to provide an isolated sample I may be able to give suggestions if you provide the style you are using for XamComboEditor.
Let me know if you have any questions.
Sincerely,ZhivkoAssociate Software Developer
it can be any simple combobox. I found that the problem only occurs when debugging in Visual Studio. It works find when i launch from the exe directly.
<ig:XamComboEditor Width="150" VerticalAlignment="Center" HorizontalAlignment="Center" Margin="5,0,0,0" CheckBoxVisibility="Visible" AllowMultipleSelection="True" ItemsSource="{Binding DataList, Mode=TwoWay}" DisplayMemberPath="Item" IsSelectedMemberPath="IsSelected" IsEnabled="{Binding IsEnabled}" />