This question is locked. New answers and comments are not allowed.
Hello,
Whenever I try to filter autocomplete the scroll position is going to bottom of the dropdown. Please see attached images.
<telerikInput:RadComboBox x:Name="AdvertiserAutoCompleteBox" Width="250" ItemsSource="{Binding FilteredAdvertisers}" SelectedValuePath="AdvertiserId" DisplayMemberPath="Name" CanAutocompleteSelectItems="False" SelectedItem="{Binding SelectedAdvertiser, Mode=TwoWay}" IsEditable="True" IsReadOnly="False" IsFilteringEnabled="True" Text="{Binding AdvertiserAutoCompleteText, Mode=TwoWay}" OpenDropDownOnFocus="True" telerik:TextSearch.TextPath="Name"> <telerik:RadComboBox.ItemsPanel> <ItemsPanelTemplate> <VirtualizingStackPanel /> </ItemsPanelTemplate> </telerik:RadComboBox.ItemsPanel> </telerikInput:RadComboBox>