This is a migrated thread and some comments may be shown as answers.

Vertical scrollbar

3 Answers 127 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Vennila
Top achievements
Rank 1
Vennila asked on 19 Oct 2012, 06:11 PM
Hi,

Is there any way to show vertical scrollbar in RadAutoCompleteBox? I am setting MaxHeight and ScrollViewer.VerticalScrollBarVisibility="Auto" but still it is not showing Vertical scrollbar.

Thanks,
Binoy

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 24 Oct 2012, 11:00 AM
Hi BInoy,

You just need to set MaxDropDownHeight property of the AutoCompleteBox, no ScrollViewer settings are needed in this case. For example;

<telerik:RadAutoCompleteBox Width="200"
        ItemsSource="{Binding Countries, Source={StaticResource ViewModel}}"
        DisplayMemberPath="Name" MaxDropDownHeight="100"/>


More information about key properties of the control can be found here.

Kind regards,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Vennila
Top achievements
Rank 1
answered on 24 Oct 2012, 07:23 PM
Hi Yana,

I am sorry, I might not have clearly expressed the issue. I am talking about the RadAutoCompleteBox itself not the dropdown window. I have attached an image that shows the issue.

The link you provided says that there is a property called MinimumPopulateDelay but I couldn't find that property (neither DP nor normal property).

Thanks,
Binoy
0
Yana
Telerik team
answered on 29 Oct 2012, 04:49 PM
Hi Binoy,

Currently you should modify the template of the AutoCompleteBox in order show the scrollbar - I've attached an example showing the approach. Note that I'm using Implicit Styles to style the control, so you should reference NoXaml assemblies.  We will fix this for Q3 SP release.

As to the MinimumPopulateDelay property - it will be implemented in some of the future versions of RadAutoCompleteBox.

We are sorry for the inconvenience, the help topic will be updated shortly.

Kind regards,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
AutoCompleteBox
Asked by
Vennila
Top achievements
Rank 1
Answers by
Yana
Telerik team
Vennila
Top achievements
Rank 1
Share this question
or