Hello, I have a ScrollView->TableLayout->TableRow Inside the TableLayout thare are some TableRows visible and some gone. Its because clicking a TableRow, some other rows below it will become VISIBLE. Its everything ok now, except that the rows that I turned VISIBLE may not appear in the screen because they arent in the scrollview display area. I wanna display them without the user scroll, so I need to get the row position to do the scroll. The problem is, the Draw inst immediately, so I cant get the position. I tryed invalidate and postinvalidate but inst working.
What should I do? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

