I implement a customizing view and draw the content of view in "onDraw()". 
I draw only one page of content in "onDraw()". 

Now, I need show a scrollbar for this view. As I know, any view can support 
scrollbar. However, you must draw whole content of the view in "onDraw()" 
and use "scrollTo()" to scroll the view. Any idea?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to