Hi, I'm developing an irc chat application. I've got a textview to show all the channel text. It has also a vertical scroll but i'm not able to scroll it propperly. If I use texview.scrollTo(0, textview.getHeight()); the scroll reaches only the middle of the element. I've also used textview.scrollBy(0, textview.getLineHeight()); but when the line is longer than the textview's width it does not scroll to the bottom. I've used also getBottom() and such methods with no result at all. What can I do to scroll just to the bottom of the textview? Thanks in anticipation!
-- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

