Hi there,

I have a PopupWindow and on it, I have a TextView that is scrollable
(having property of android:scrollbars = "vertical" and
mPopupTextView.setMovementMethod(new ScrollingMovementMethod());).

The problem is when I tried scrolling the TextView, the scrollbar
moves but the text doesn't.

I tried wrapping the TextView inside a ScrollView and the same
behaviour occurs. Seems like something to do with the PopupWindow.

Anyone encountered this before and have a solution?

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