views:

52

answers:

1

Hi all, In an application I need to limit the length of drop down list displayed by AutoCompleteTextView in android to let the below buttons be visible.Can anyone help me in limiting the length of drop down list programmatically.

Regards Saurabh

A: 

Resolved: Hi I used MultiAutoCompleteTextView instead of AutoCompleteTextView and that solved my problem.

Thanks stackoverflow

100rabh