Hi Team Please assist in getting this resolved for us. It is affecting a production solution for our customer. Kind regards Vernon
Hi guys, This is caused by a framework behavior - it can be reproduced by using the following code snippet: <ScrollViewer CanContentScroll="True" Height="100"> <StackPanel> <TextBlock Text="1" /> <TextBlock Text="1" /> <TextBlock Text="1" /> <TextBlock Text="1" /> <TextBlock Text="1" /> <TextBlock Text="1" /> <TextBlock Text="1" /> <TextBlock Text="1" /> <TextBlock Text="1" /> <TextBlock Text="1" /> <TextBlock Text="1" /> <TextBlock Text="1" /> <TextBlock Text="1" /> <TextBlock Text="1" /> <TextBlock Text="1" Visibility="Collapsed" /> <TextBlock Text="1" Visibility="Collapsed" /> <TextBlock Text="1" Visibility="Collapsed" /> <TextBlock Text="1" Visibility="Collapsed" /> </StackPanel> </ScrollViewer> As workaround you could set the attached ScrollViewer.CanContentScroll property of RadComboBox to False: <telerik:RadComboBox ScrollViewer.CanContentScroll="False" /> However we also logged this in MS Connect, so you can vote for the item on the following link: https://connect.microsoft.com/VisualStudio/feedback/details/2705461 Regards, Kalin
Vote
I think its more than a year now from when I reported. They want more votes to get it into their build.
Hello, I see the status is approved on this issue. When can we expect a resolution for this problem? We need have the fix in our project as soon as possible. Thanks.