This question is locked. New answers and comments are not allowed.
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
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
0
Hi BInoy,
You just need to set MaxDropDownHeight property of the AutoCompleteBox, no ScrollViewer settings are needed in this case. For example;
More information about key properties of the control can be found here.
Kind regards,
Yana
the Telerik team
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
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
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
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.