Tagged Questions
Layout container for a view hierarchy that can be scrolled by the user, allowing it to be larger than the physical display.
27
votes
2answers
20k views
Android - HorizontalScrollView within ScrollView Touch Handling
I have a ScrollView that surrounds my entire layout so that the entire screen is scrollable. The first element I have in this ScrollView is a HorizontalScrollView block that has features that can be ...
16
votes
9answers
40k views
Scrollview vertical and horizontal in android
I'm really tired looking for a solution for Scrollview vertical and horizontal.
I read that the any view/layout implements this feature in the framework but i need something like this.
I need to ...
12
votes
1answer
2k views
How can I change the OverScroll color in Android 2.3.1?
Since Android 2.3.1 there is a new feature for ScrollViews and Lists called OverScroll. With
android:overScrollMode="never"
I can turn it off, but if i don't wan't to turn it off how can I change ...
12
votes
2answers
2k views
Android: how to check if a View inside of ScrollView is visible?
I have a ScrollView which holds a series of Views. I would like to be able to determine if a view is currently visible (if any part of it is currently displayed by the ScrollView). I would expect ...
10
votes
7answers
9k views
How can I put a ListView into a ScrollView without it collapsing?
I've searched around for solutions to this problem, and the only answer I can find seems to be "don't put a ListView into a ScrollView". I have yet to see any real explanation for why though. The ...
9
votes
5answers
6k views
Swipe/Fling tab-changing in conjunction with ScrollView?
The best I could find on this particular issue (although I do not use a Gallery): ScrollView and Gallery interfering - doesn't really give a specific answer though. And my implementation does not use ...
9
votes
4answers
7k views
How to set the color of an Android ScrollView fading edge?
I have an Android scrollview with a white background. The fading edge is a white translucent gradient. I would like to change it be black instead of white. I have a ListView in the same project with a ...
8
votes
1answer
2k views
Is there a way to disable/edit the fading that a list view has at its edges?
Scrollable views such as the ListView have a fade out of the content along the edges where there is more content in that direction. How can I turn this fading off? I know you can change the ...
8
votes
3answers
13k views
Android ScrollView layout problem
I have several ListViews in a LinearLayout. It's listing things by day, so I have a TextView containing "Sunday:" followed by a list of items, followed by a "Monday" TextView, etc. Works great, but ...
8
votes
4answers
9k views
Scrolling with Multiple ListViews for Android
I'm completely stumped on this one. I have three different lists that need to be displayed on the screen. It's completely possible that the lists will extend past the bottom edge of the screen, so I ...
7
votes
2answers
519 views
How to make jQuery Mobile scrollview scroll infinitely left and right so the elements repeat back on themselves?
Basically the same as this question: How to make an infinitely long scroll view on iPhone? but using jQuery Mobile not objective C.
I'm using this plugin: ...
6
votes
3answers
197 views
Adding a simple ScrollView to Gallery causes a memory leak
I've run into what I can only categorize as a memory leak for ScrollView elements when using the Gallery component.
A short background. I've got an existing app that is a photo slideshow app.
It ...
6
votes
1answer
68 views
Using ImageView for panoramic view
Is it possible to use ImageView to draw a panoramic picture? I.E. When you scroll to the end of the right edge of a panoramic picture, it should start showing the left edge of the picture. I know ...
6
votes
9answers
2k views
How to always show scrollbar
the scrollbar in my scrollview is only visible when I start scrolling.
How can I always show it?
Thanks
6
votes
2answers
3k views
Grid of images inside ScrollView
I'm trying to create a screen with both text and images. I want the images to be laid out like a grid, as shown below, but I want them to have no scroll functionality other that the one provided by ...
6
votes
1answer
2k views
Scroll to last line of TableLayout within a ScrollView
I want to have a dynamic table, with rows added over time as a result of user interaction, using a TableLayout inside a ScrollView. This works fine, but when I want to scroll to the end of the table ...
5
votes
3answers
75 views
Multiple WebViews in ScrollView giving issues (Android)
I have a scrollview which has multiple webviews, these webviews are loading some pages.
The problem is that i cannot explain so you have to see .
The webviews upon scrolling get distorted as shown in ...
5
votes
5answers
2k views
Stop ScrollView from auto-scrolling to an EditText
Seems to be a common problem without a great solution that I have found. Goal is to stop a ScrollView from auto-scrolling to an EditText (or any view for that matter) that has focus.
You have a bunch ...
5
votes
1answer
970 views
Android scrollview autoscrolling as text is added
I have a scrollview containing a textview in an Android app. This textview will have text appended to it continuously at set intervals. Scrolling works and the text adds just fine, but what I'd like ...
5
votes
1answer
1k views
Android: Detect when ScrollView has finished scrolling and bouncing back?
I have a ScrollView which has two hidden images, one at the top and one at the bottom. In between there is a bunch of visible content.
What I need to do is make these images hidden by default but ...
5
votes
3answers
2k views
Scrollview doesn't swipe when it's too short to scroll
I'm pretty new to Android app development, and I've been playing around with swipe gestures using Android's SimpleOnGestureListener and a ViewFlipper. There are 3 children of the ViewFlipper, and ...
4
votes
1answer
123 views
How to set selected tab must be in middle
I am new to Android and in my project I have requirement
i.e I have six tabs but I show ...
4
votes
2answers
280 views
jQuery Mobile scrollview behaviors bleeding over to other pages/divs
In a little app I'm working on I have a listview contained in a fixed height div that I'd like to be scrollable. Using jQuery Mobile scrollview I have the listview scrolling just fine. The problem ...
4
votes
4answers
182 views
Android: Detect when ScrollView stops scrolling
I'm using a ScrollView in Android and where the visible portion of the ScrollView is the same size as one of the cells inside the Scrollview. Every "cell" is the same height. So what I am trying to do ...
4
votes
1answer
252 views
Buttons inside ScrollView inside Gallery don’t respond to click
I have a Gallery with ScrollViews as child items. Scroll view can contain text, images and button inside of the scroll area. I need to make sure that the touch events are handled correctly and as ...
4
votes
1answer
226 views
how to get max offset of scrollview in wp7?
I manged to get and set scrollerOffest as :-
double horizonatalOffest = sv.HorizontalOffset;
Debug.WriteLine("horizonlat offset: " + horizonatalOffest.ToString());
...
4
votes
2answers
112 views
Large number of TextViews a performance hit? Should I switch to ListView instead of using Scrollview?
So I have a screen that displays a grid (TableView where each TableRow is mostly TextViews) like a scorecard, with like 8 rows and 11 columns.
I'd like to add about 10 more rows to it, and keep it ...
4
votes
2answers
491 views
How to set a view to NOT scroll with scrollview in Java
is it possible to programmically force a View inside a ScrollView NOT to scroll?
Like the alphabetic titles in the contacts list. The 'A' bar doesn't scroll when the user scrolls through the list of ...
4
votes
1answer
671 views
Android ScrollView isFinished?
Just looking for an easy answer that I can't find on Google. Simply put. Is there a way to tell when ScrollView has stopped scrolling after a fling?
4
votes
2answers
4k views
ScrollView alawys scrolling to the bottom
I defined a scrollview with a texteedit in my layout:
<ScrollView android:fillViewport="true"
android:layout_marginBottom="50dip"
android:id="@+id/start_scroller"
...
4
votes
2answers
692 views
Synchronize the position of two ScrollView views
I am trying to synchronize the positions of two ScrollViews. I'm trying to do this to display a tv guide listing.
I have created a custom class that extends RelativeLayout to display the guide. ...
4
votes
1answer
3k views
Updating a ScrollView's Content
I have an app which contains a scrollview with several tableviews. Each tableview is loaded from another viewcontroller. It is built from the PageControl sample app from Apple. My goal is to have it ...
4
votes
3answers
2k views
UIDatePicker inside UIScrollView with pages
I have a UIScrollView with 2 pages, and I can scroll horizontally between them. However, on one of my pages, I have a UIDatePicker, and the scroll view is intercepting the vertical touch events so I ...
3
votes
2answers
54 views
Issue with webview and scrollview
I can't resolve my problem with scrollView and webView,
i know, that i can't put webview into scrollview but I have't idea how to jump it.
In my scrollView, i have image ( 1280 x 1300 > ) and this ...
3
votes
4answers
79 views
Why ListView cannot be used in a ScrollView?
I found many tutorials and examples butWhy ListView cannot be used in a ScrollView?
Only answers is
Using a ListView to make it not scroll is extremely expensive and goes against the whole purpose ...
3
votes
1answer
139 views
Stop ScrollView from setting focus on EditText
Android's ScrollView (when scrolled or fling'd) likes to set the focus of an EditText when it's one of it's children. It happens when you scroll and then release. Is there anyway to stop this ...
3
votes
1answer
199 views
iOS UIAutomation : Accessing custom subviews added on a UIScrollView in automation script
I am very new to the iOS UIAutomation, here is the problem I am facing
I have a view hierarchy as below and want to access CustomView2 elements in the automation sctipt
UIWindow > UIScrollView > ...
3
votes
3answers
763 views
Android TableLayout ScrollView Vertical & Horizontal
How we can setup scrollView vrtically & Horizontally? I tried like below code, but didn't work.
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
...
3
votes
2answers
2k views
Listview inside ScrollView is not scrolling on Android
I am having trouble with scrolling listview inside a scrollview. I an having an activity with has some EditText in the top part and then a tab host with two tabs which have one listview each. When the ...
3
votes
1answer
783 views
jquery mobile scrollview - how to show hidden content and stop scrollview from snapping back to inital position
I'm working on a JQM project using the scrollview plugin.
I have everything set-up, and scrollview is working. However, the "hidden" content to be scrolled doesn't load completely and the scrollview ...
3
votes
3answers
3k views
JQM horizontal scroll navbar
i"ve been hunting the docs and can't seem to find a way to make a scrollable horizontal navbar in jQuery mobile has anybody accomplished this yet ?
here's what i have for navbar so far
<div ...
3
votes
3answers
1k views
How to enable Zooming in ScrollView (iPhone)
i have a code that i want to modify to get a zoom ability. Now my app only do an horizontal scroll but not a zoom.
i miss something, because i tried the "viewForZoomingInScrollView:" with no success.
...
3
votes
2answers
958 views
ScrollView inside Gallery, both scrolling independently
I have a Gallery with an adapter which supplies it ScrollViews as its child views.
I need to make sure that the touch events are handled correctly and as expected:
When the user scrolls ...
3
votes
1answer
937 views
Android: EditText not filling ScrollView and RelativeLayout
I have been trying to wrap my editText with ScrollView to auto scroll it when the content is updated. I found the problem that the EditText wont cover the entire scroll view even with both width and ...
3
votes
1answer
551 views
Android ScrollView: Automatically scroll to a few pixels (dips) above a certain view
I am aware that I should decide how many pixels based on density.. not hard coded.
I have section headers and items displayed in a scrollview and I want to scroll to a certain section header (the one ...
3
votes
1answer
609 views
Android::VideoView inside a ScrollView
I have a VideoView that is inside a scrollView. When I scroll the scrollView, the VideoView does not scroll with it. It is like its position is fixed. How can I scroll the VideoView correctly with the ...
3
votes
3answers
2k views
Android ScrollView adds extra padding on top and bottom of child imageview
I have a problem with rendering a ScrollView. Essentially, the layout is fixed header and footer with a scrollview in the middle. The idea is that when the screen keyboard is activated for the content ...
3
votes
1answer
2k views
OnScreen keyboard opens automatically when Activity starts
When my Activity with a ScrollView layout and EditTexts starts, the EditTexts get focus and the Android OnScreen keyboard opens.
How I can avoid that?
When I was using LinearLayout and ...
3
votes
1answer
832 views
Android: Total height of ScrollView
I have a custom ScrollView (extended android.widget.ScrollView) which I use in my layout. I want to measure the total height of the contents of this scrollview. getHeight() and getMeasuredHeight() ...
3
votes
2answers
1k views
Programmatically creating scrollview(s) from custom component in android
I'm trying to build a compound control in Android, containing (among other things) a ScrollView. Things go wrong when I try to view the control in Eclipse, crashing with a NullPointerException after ...