سؤال

In Xamarin, how can I develop an input box that when the user inputs text, a dropdown list/menu appears with items that the user can click on?

What type of input control do I need, and how do I code the dropdown list?

Thanks in advance

هل كانت مفيدة؟

المحلول

You have to put the combination of EditText and ListView to perform this. Refer this Link Android Hive for more details.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top