>
> 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?
>

Sure... draw the whole content of the view in "onDraw()" and use
"scrollTo()" to scroll the view.


Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Wed, Aug 29, 2012 at 8:53 PM, xeagle <xeagle...@gmail.com> wrote:

> 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

-- 
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