xamarin.android - Automatic Scroll when searching in mono for android or in c# -


i have list of name in listview, have search when search name display 1 search. want automatic scroll 1 search. how can in mono android or in c#. if have no idea of mono android click link : http://www.codeguru.com/csharp/sample_chapter/introduction-to-mono-for-android.htm

if understood correctly can try with:

listview.smoothscrolltoposition(position); 

Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

Cross-Compiling Linux Kernel for Raspberry Pi - ${CCPREFIX}gcc -v does not work -

java.lang.NoClassDefFoundError When Creating New Android Project -