Tagged Questions
0
votes
1answer
9 views
Pass motionEvent from one scrollView to another
I have a tricky situation here. I have two scrollviews one below the other. As expected the one on top gets the events. What I want to achieve is that when the one on top reaches the end, I want to ...
0
votes
0answers
57 views
Multiple loading events on a listview at scrolling
I started to learn Windows 8 development and I want to optimize an application I've made.
Let's say I have a list with around 40 elements, which I load from a web service and I am running this ...
0
votes
0answers
4 views
Scroll to a particular row in a TableLayout, which is contained in a ScrollView
I have a TableLayout contained in a ScrollView. Once the TableLayout is populated (programatically), I would like to programatically scroll that table so that a particular row is to the top of the ...
0
votes
1answer
56 views
check if bottom reached method of scrollview
I have the this code and I get 2 error on line with getChildCount() and on the last line.
protected void onScrollChanged(int l, int t, int oldl, int oldt)
{
// Grab the last child placed in ...
0
votes
1answer
35 views
How to move the control to the bottom of a TextView in ScrollView ( Scroll to bottom)
In my layout I have a TextView inside a ScrollView. But I am unable to scroll to the bottom of the TextView programmatically.
I have tried with setSelection(int) but the method is undefined for ...
0
votes
1answer
32 views
Item not scrollable in scrollview - Android
I will try to explain the idea with this draft:
Draft (not image because I don't have reputation)
The main layout is a Scrollview. Then, red color is a LinearLayout and will contain an image. The ...
0
votes
0answers
68 views
Detect end of scrollview and pop up android
I have a scrollview in android with several elements in it. Here is a snapshot of what i have done.
ScrollView sv = (ScrollView)findViewById(R.id.mainscroll);
int maxScrollY = ...
0
votes
2answers
92 views
Scroll View not Scrolling
I'm adding an image view to a linear layout, that linear layout is then added to scroll view. I'm displaying the scroll view with window manager, because this is all happening from a service. I can ...
1
vote
1answer
138 views
Is it possible to support a setScrollY() (ScrollView API 14) like function for older API levels?
I have a simple first Android app that I am coding. One of my main activities is a ScrollView that's fairly long. In that I have some buttons that call other ListViews. When the ListViews are finished ...
1
vote
0answers
54 views
HorizontalScrollViews scrolling together
I need to scroll 2 parallel HorizontalScrollView dependently, which means that if I'm scrolling one, the other one should scroll too.
How can I do such a thing?
Thanks in advance.
8
votes
1answer
192 views
How to work, when listview inside the scrollview?
I doing this In Android 1.6 and 2.2 ...
I have One ScrollView in the Activity (All the content in the ScrollView) ...
And Second is, One ListView in the Activity ....
When I Scroll ListView, at ...
0
votes
0answers
84 views
Scroll View in Absolute Layout without changing to an alternative layout
i am making an map application for our school. we are currently using absolute layout so that we can position the buttons freely but it seems that the scroll view doesnt work with absolute layout. Any ...
2
votes
1answer
94 views
Scrollview not scrolling down completely
I'm building a chat-like application that displays text the user inputs to the screen using a scrollview. What I'm doing is auto-scrolling the scrollview down as more text is appended to the screen. ...
0
votes
2answers
121 views
Android, LinearLayout won't scroll
I am relatively new to android programing. Can anybody tell me why my ScrollView won't scroll?
My activity has implemented OnGestureListener for getting some touch information. But, I tried to ...
1
vote
0answers
106 views
Set child height dynamically in scrollview
I have a child layout within a scrollview that contains many objects that move around depending on their layout size (having attributes like centerVertical=true). The problem is that the scrollview ...
0
votes
2answers
110 views
Add a scroller to an inner control
I've been through similar questions here on SO but couldn't find a solution yet.
The inner control is a table:
<UserControl ...
-1
votes
1answer
160 views
Android: Scrolling to bottom of scrollview [closed]
Hy,
I have a ScrollView, on it a Linear Layout and on that a self Written class which extends View.
My problem is I would like to scroll to the bottom by clicking on a button. The button to scroll to ...
0
votes
0answers
47 views
NSView doesn't scroll within NSScrollView
I have a textfield and a textview in a scrollview. The textview fully fits in the scrollview, and the textfield is on the top of scrollview.
The problem is the textfield always stays on the top when ...
0
votes
0answers
264 views
jQuery Mobile scroll view with embeded video, moving fixed header and footer on scroll motion
I am attempting to embed a youtube video in a jQueryMobile Scroll view element. The problem I'm having is that when I attempt to scroll by touching the screen on the video area it moved the scroll ...
0
votes
2answers
68 views
How to scroll up with Jquery?
I tried everything, and i can't write the good Jquery code to make my body scrolls up.
This is my JS :
$("body").animate({scrollTop:$(document).height()}, 9000);
$(this).fadeOut(fast);
And ...
1
vote
2answers
124 views
How do I scroll a list item to the top of my page when I click on it?
I'm using jQuery mobile and I have a long unordered list like this:
<div id="wrapper" />
<div id="scroller" />
<div class="trans" />
<ul id="thelist" data-corners="false"
...
2
votes
1answer
92 views
How to update the scrolling text in my activity from the web?
Hi i am new to android and i am developing an app are there any tutorials which teach me on how to add scrolling text to my app.
I also want to update the text using a website ie; consider for ...
1
vote
1answer
39 views
scrollview warning
i made a simple test for an android app to ScrollView a TextView, almost there are no errors but i get a Warning ( This ScrollView layout or its LinearLayout parent is useless) and i dont know what to ...
1
vote
1answer
69 views
is it possible to use something like “reloadData” between 2 scroll views in iOS to keep the data loaded efficiently?
I have 2 scroll views. When click one of the buttons in the first Scroll view, some images related to this button will be retrieves from a plist and loaded into the second Scroll view.Is it possible ...
1
vote
1answer
124 views
Draw a large table and scroll it smoothly
I have a table about 20 columns and 200 rows, which can not display only in one screen. I have to scroll it both horizontally and vertically, so is there any way to achieve it?
I have tried ...
2
votes
0answers
139 views
Showing and Hiding Horizontal ScrollView on Button Click in Place of Button on Same Screen
I am new to android development so need some help. I want to show horizontal scroll view after the button is clicked which is associated with the scroll view. I can't figure it out that how to show ...
0
votes
2answers
134 views
How to control ScrollView, that doesn't be repreated again and again
Do you know, how to control the ScrollView, so they do not repeat. For example I have 5 pictures (like the added figure), they should be viewable from 1-5 and it should stop right after the last ...
3
votes
2answers
2k views
Android WebView inside ScrollView scrolls only scrollview
In my app I have a ScrollView that contains some linearviews, some textviews and One Webview, then other linear layouts etc. The problem is that the WebView does not scroll. The Scroll listens only on ...
1
vote
1answer
152 views
Cascades 3.9 - making a container scroll
I am using cascades 3.9, and am having a hard time making a container scroll. This is the code that I have in my visual.
<stackLayout id="parent_container" dockLayout.halign="center"
...
0
votes
1answer
156 views
Scroll on clicking next and back button in android
I have a small problem associated with scrolling in android. Here is my xml file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
...
4
votes
1answer
154 views
Can't scroll in UIScrollView as soon as UILabel / other subview added in Storyboard
I encountered the following problem: as soon as I add e.g. a UILabel to my UIScrollView - using the storyboard - the scroll view stops "working" (with that I mean you cannot scroll at all). However ...
0
votes
1answer
261 views
Wpf scroll a page scrollViewer when scroll ListBox [closed]
I have a page with scrollViewer also at this page I have a listview. When I scroll the listview the scrollviewer of the page doesn't scroll. Any ideas how to get it works?
For example, a ...
0
votes
1answer
84 views
Qt - Scrolling the Text under a widget
Can anyone plz try to solve my problem. i have a frame, in that am scrolling a text. now i have added 2 widgets at both the ends of the frame. Using the stylesheet i had changed the color of the 2 ...
0
votes
0answers
187 views
How to set scroll view height automatically to the respective text view? Xcode 4
I'm incredibly new to this, and have been using various tutorials to put an app together. I have a tab bar app, with a table view navigation. Once a table view item is clicked, it shows a scroll view, ...
0
votes
1answer
1k views
Android : HorizontalScrollView Move like a Iphone
This Activity Code move Like a Iphone Horizontal Scroll.
second Code is ScrollView Library.
The Better Idea If you have, Comment Please.
Or Critics Welcome.
public class HorizontalScrollActivity ...
1
vote
2answers
223 views
Problems with scrollTo() in android
I´m developing an application which incorporates a chat and when a type a new message it stores it into a file in the internal memory.
Also, when i type a new message, it automatically scrolls to the ...
1
vote
1answer
792 views
Scrollview - Can't scroll the dynamic content after load()
Header:
<script src="jquery.mobile/jquery.easing.1.3"></script>
<script src="jquery.mobile/jquery.mobile.scrollview"></script>
<script ...
0
votes
1answer
373 views
Titanium: ImageView for Android that is scrollable horizontal AND vertical
I have the following problem by developing an app for Android with Titanium Mobile:
I have an ImageView that fills out the complete screen. In this ImageView is a picture which is bigger than the ...
0
votes
2answers
84 views
Adding a scrollview and get it to zoom
In my iphone app, you get a UIView with a background image and a "start button".
When you hit the start button, the start button will be hidden, and your background aswell. You will see another ...
0
votes
1answer
556 views
Set content offset of ScrollView
I am using a ScrollView which has multiple LinearLayouts and more LinearLayouts get added as I scroll down to the end. I got this implementation from an answer to this question
It works fine. But ...
0
votes
1answer
288 views
Android ScrollView Scroll to specific row
I'm using TableLayout in ScrollView and my aim is scrolling to specific TableRow. For example, I have 10 TableRows and due to my query, I want the fifth row should be at top of ScrollView. scrollTo ...
0
votes
3answers
806 views
Scroll bar to custom ViewGroup
I have CustomComponent class which extends ViewGroup.
Source code of CustomComponent:
public class CustomComponent extends ViewGroup {
private static final String LOGTAG = ...
7
votes
3answers
2k views
Android Unable to remove the color at the top and bottom
I have added a scrollView and if deploy on the android tablet,it has some problems. But it works fine on cellphone.
When users move to the top or bottom of the whole page,it will automatically show ...
3
votes
1answer
117 views
Vibration in scrollview while scrolling
I am adding views to scroll view dynamically. According to the data coming from web service I create view by adding images and label and add it to scroll view. The problem is that while scrolling the ...
6
votes
2answers
828 views
Scrollbar in android
How I can add scrollbar in android xml file???
Can anyone prtovide me the simple way to add it in relative layout.
I tried many times to add it in relative and linear layout.
But,It doesn't work.
...
1
vote
1answer
406 views
How to give scroll view on TextView using java for android
Hi my code can any any one tell me how to scroll text in textview for android.
physical = new TextView(this);
positionView.setTextView(getResources().getString(R.string.textviewp), 0,"Physical", ...
0
votes
0answers
924 views
Titanium Appcelerator Mobile linked scrollviews keep position of top label without lag
I created this 2 linked scrollviews..
I want the "timelineView" to stay on top when scrolling vertical, but it's lagging because I set the top everytime the scroll event fires..
Can anyone help me ...
4
votes
1answer
1k views
Android WebView: Disable Scroll Yellow Edge Gradient
How do I disable the little yellow gradient that shows up when you scroll the view to the top or bottom. The yellow gradient comes in when you've reached the bounds of the scrollable area, and if you ...
1
vote
2answers
784 views
Cannot scroll tab content in Tabhost derived activity
I have created the Tab Layout example found on the Android Developers site Tab Layout in Android 2.2. While the example works as advertised I can not scroll at all on the text views that I have placed ...
0
votes
2answers
841 views
Android Layout won't scroll vertically in landscape orientation
Hi Stack Overflow Community,
I'm hoping you can help with an Android layout issue I'm having. I can't seem to get my activity to scroll vertically when I have it in landscape orientation.
I have a ...






