Hi, I have a custom widget inherited from a EditText. Since it is of type EditText, the intention is that i want it to be a free text area where the user can type and say reach the last line, it would scroll down. I want to achieve the following things though: a) i only want to scroll a certain section of the screen so that heading text and top line in the widget remain visible , while the writable ( horizontal) lines below scroll down. This is where the user would write/scribble. It is free text. b) when it scrolls down, I want to render horizontal lines so that people can write just like in a normal notebook.
I am clueless.. My current code allows me to scroll down but I cannot freeze the top header and heading line as they move up. Moreover , horizontal lines I draw are visible only visible for current height but as I scroll down they do not appear. would appreciate if anyone can give me some pointers.. Sunny -- 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

