-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to let horizontal listview could be use “setSelection” (I want the listview comes out in the middle position) #37
Comments
I have the same problem. Did you get solution? |
@gityan I used a way of repeat of items instead of horizontal listview. What a pity |
http://www.cnblogs.com/blog-wenfeng/archive/2013/04/15/3022327.html I found a way to resolve it. Some one modified horizontallistview 1.5. Here is the 1.5.1, which can use setselection() method. |
Thanks @gityan !! Link to modified HorizontalListView class on GitHub: Also I need to copy the Utils class: |
I am facing same issue @TonyAlvarez is horizontalListView.setSelection work after changing dev library with your link. I tried but no result, please help |
Maybe,it's useful.You can use setSelectionFromLeft() to try. ------------------ 原始邮件 ------------------ I am facing same issue @TonyAlvarez is horizontalListView.setSelection work after changing dev library with your link. I tried but no result, please help — |
Thanks you .setSelectionFromLeft() did the job. :) |
Whats the alternative solution to scroll (like smoothScrollToPosition).PLease help |
my life for @gityan |
I want to use a horizontal listview inside of listview.But DevsmartLib-Android can not use the function "setSelection" like listview.
I want the listview comes out in the middle position.
Thank you very much.
The text was updated successfully, but these errors were encountered: