I'm seeing an issue with the following code:
<ig:XamComboEditor Grid.Row="0" Grid.Column="0" Margin="5,0,5,0" ItemsSource="{Binding Path=AvailableGraphs}" SelectedIndex="{Binding SelectedIndex}" IsEditable="False"> <ig:XamComboEditor.ItemTemplate> <DataTemplate> <StackPanel Orientation="Horizontal" HorizontalAlignment="Left"> <Image Source="{StaticResource PieChartIcon}" Width="16" Stretch="Uniform" Visibility="{Binding Type, Converter={StaticResource ChartTypeVisibilityConverter}, ConverterParameter=Pie}" /> <Image Source="{StaticResource BarChartIcon}" Width="16" Stretch="Uniform" Visibility="{Binding Type, Converter={StaticResource ChartTypeVisibilityConverter}, ConverterParameter=Bar}" /> <Image Source="{StaticResource ColumnChartIcon}" Width="16" Stretch="Uniform" Visibility="{Binding Type, Converter={StaticResource ChartTypeVisibilityConverter}, ConverterParameter=Column}" /> <Image Source="{StaticResource LineChartIcon}" Width="16" Stretch="Uniform" Visibility="{Binding Type, Converter={StaticResource ChartTypeVisibilityConverter}, ConverterParameter=Line}" /> <TextBlock Text="{Binding Label}" Margin="5,0,5,0" FontWeight="Bold" VerticalAlignment="Center" /> <TextBlock Text="{Binding Segment, Converter={StaticResource SegmentParenthesesConverter}}" Margin="0,0,5,0" VerticalAlignment="Center" /> </StackPanel> </DataTemplate> </ig:XamComboEditor.ItemTemplate> </ig:XamComboEditor>
When I run this code and click on the combo editor, it alternates in the display behavior of the drop down menu's scroll bars. Attached is an image showing the two states.
I am using v16.1.20161.2056. Any suggestions are welcome.
Hello Walter, Thank you for the code-snippet you have provided. We are aware of the issue you have described in regards to the dropdown's height and scrollbar changing behavior. The issue has been fixed and the fix will be available in the upcoming Service Release. For more detailed information, you can take a look at Service Releases & Updates.
Hello,
are there any news about this fix?
I am experiencing same issue
Thanks a lot
Valentina
Hello Valentina,
Are you experiencing the issue with the latest Service Release for our WPF product? Would you please provide me with more detailed information on the OS, environment and WPF product and build version you are using for our controls?
Having this information will help me further investigate this matter for you.
As a follow up, I am using 16.2.20162.2045 under Windows 10. The behavior has improved, but what I am seeing is that on the first click there is no scrollbar, the second click the disabled horizontal appears, and on the third (and every one after) click the full horizontal appears. Images attached.