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

Popup Scrolling indicator and Max Items to show

1 Answer 28 Views
AutocompleteBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Vladimir
Top achievements
Rank 1
Vladimir asked on 15 Aug 2013, 08:05 AM
Hello. I  have to issues which i do not know how to fix:
1) can't find how to chnage the number of  showing items in Popup. (founŠ² items)
2) Result popup  shows three items in the list, but there are more than items there. There is no indication that there are more items.

My code is simple

Searching for "Prime" shows three items in the list, but there are more than that. There was no indication that there were more. It was only when I tried swiping it that I found that it scrolled.

<telerikInput:RadAutoCompleteBox
                Canvas.ZIndex="100"                            
                AutoCompletePopupDisplayMode="BelowTextBox"
                x:Name="radAutoCompleteBox"
                BorderThickness="1"              
                Width="454"                
                VerticalScrollBarVisibility="Visible"
                AutoCompleteMode="Contains" Margin="13,-5,13,0" Padding="2"  >
                <telerikInput:RadAutoCompleteBox.Background>
                    <SolidColorBrush Color="{StaticResource PhoneContrastBackgroundColor}"/>
                </telerikInput:RadAutoCompleteBox.Background>               
            </telerikInput:RadAutoCompleteBox>

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 19 Aug 2013, 03:24 PM
Hi Vladimir,

Thanks for writing.

You do not have many options to change the amount of items shown in the popup. You can use the MaxPopupHeight property to adjust the maximal size the popup can acquire to accommodate the filtered items though.

I hope this helps.

Regards,
Deyan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINDOWS PHONE 7.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
AutocompleteBox
Asked by
Vladimir
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or