We have written a program in android for customized List view. For this I have used Base Adapter The program working fine. Now What is our project requirement is I have taken Three column two textview and one edit Text I have given name to the column. when I horizontally scroll then my column name also scroll horizontally according to the column scroll.
Asked
Active
Viewed 190 times
0
-
1May I know if you are asking a question? – Larry Morries Oct 18 '11 at 05:28
-
Yes. I want to put List view inside the scroll view. So my list scroll horizontal as well as vertical. Now vertical scrolling is happening but how to do horizontal scroll so that my column name and column data will scroll synchronously. – mayur rahatekar Oct 18 '11 at 05:33
-
have u tried
your layout – Nibha Jain Oct 18 '11 at 05:42 -
I have not tried the horizontalScrollview. But if I used horizontal scroll view can my list View Rotate Vertically. – mayur rahatekar Oct 18 '11 at 05:45