Declined
Last Updated: 08 Jun 2016 08:15 by Vernon
ADMIN
Georgi
Created on: 02 Jul 2014 08:28
Category: ComboBox
Type: Bug Report
16
Size of the ScrollBar's Thumb is changed while moving it after filtering

		
10 comments
Vernon
Posted on: 08 Jun 2016 08:15
Hi Team
Our customer is very frustrated by this not working. We are talking about a production system that creates frustration for an entire sales team.
Everything nowadays is about speeding up transactions. This goes against the norm. I therefore cannot understand why it is not resolved yet.
Please can you urgently look into resolving this for us?
Kind regards
Vernon
ADMIN
Kalin
Posted on: 14 May 2016 13:57
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
Andrei Liviu
Posted on: 13 Apr 2016 07:38
A workaround to this issue is to change the ControlTemplate of the RadComboBox and set the property CanContentScroll of the ScrollViewer to False (or delete it).
arnaud
Posted on: 17 Sep 2015 13:50
Our customers hate that!!
Daniel
Posted on: 29 Jul 2015 13:28
Wow, I thought I was the only one getting this issue!
Katsiaryna
Posted on: 28 Jul 2015 16:55
oh, after these comments I guess I should specify it as critical. Please, fix!
Sari
Posted on: 28 Jul 2015 15:56
Please fix it! 
n/a
Posted on: 28 Jul 2015 14:53
Please fix this issue. Our PM's are killing us!
Louis
Posted on: 28 Jul 2015 13:29
Finally someone else who is getting the same problem as me! please fix it!
Aliaksandr
Posted on: 28 Jul 2015 13:28
Please fix it - it really is affecting our project.