Try changing android:scrollbarStyle and see if that gives you the effect you want. Valid values are insideOverlay, insideInset, outsideOverlay, outsideInset
See here: http://developer.android.com/reference/android/view/View.html#attr_android:scrollbarStyle for more info. On Jul 24, 10:07 pm, Mark Nuetzmann <[email protected]> wrote: > I am using android:fadeScrollbars="true" to show the scrollbar only > while scrolling. Works great. The only issue I seem to be having is > that the view still allocates the space on the right side to display > the scrollbar when I do scroll. I really wish this worked like iPhone > where the scrollbar appeared over the top of the rest of the view and > still allowed the view to use all available space when not actually > scrolling. -- 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

