Declined
Last Updated: 08 Jun 2016 08:18 by Vernon
ADMIN
Telerik Admin
Created on: 27 May 2013 16:20
Category: ComboBox
Type: Bug Report
7
RadComboBox ScrollBar is resizing while moving after filtering.

		
5 comments
Vernon
Posted on: 08 Jun 2016 08:18
Hi Team
Please assist in getting this resolved for us. It is affecting a production solution for our customer.
Kind regards
Vernon
ADMIN
Kalin
Posted on: 14 May 2016 13:56
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
Gary
Posted on: 21 Jan 2015 17:51
Vote
Nivid
Posted on: 06 Oct 2014 16:26
I think its more than a year now  from when I reported. They want more votes to get it into their build.
John
Posted on: 06 Oct 2014 16:04
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.