Layout container for a view hierarchy that can be scrolled by the user, allowing it to be larger than the physical display.
0
votes
2answers
125 views
ScrollView with paging in TableView Cell
I have to create a tableview with one of the cell having a scrollview with paging enabled and paging control in it. I have already tried following.
I have created a TableView Cell in IB which has two ...
0
votes
1answer
139 views
How to make a TextView scrollable, without using ScrollView?
I need to implement a custom View object, which extends the TextView and supports pinch zooming and scrolling of zoomed the text. Android documentation says that the TextView class can take care of ...
0
votes
2answers
168 views
Determine if a view is on screen - Android
I'm a little bit stuck with this one - first and foremost, the following link has been useful however I've come up with a bit of an issue with visibility:
The link: Check view visibility
I have a ...
0
votes
1answer
105 views
How to disable scrolling in ScrollView when the viewSwitcher is enabled?
In my project I am using ScrollView to display list of products and each product will have a sub product. I am using a realviewswitcher to display the sub products. Till this everything works fine . ...
0
votes
0answers
38 views
Extending ImageView. Make the scrolls work
i'm extending ImageView to reimplement OnDraw method, but i have some problems with scroll. Now I have this in XML file:
<ScrollView android:id="@+id/ScrollView02"
...
0
votes
1answer
60 views
Alignment of Ads in Scrollview in Android
I am trying to create a page on Android with Ads (using ad mob). Following code I am using for it:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
...
1
vote
2answers
172 views
Titanium add multiple views to a scrollview at once?
Is it possible to add multiple views to a ScrollView in titanium? So lets say I have the following:
var scrollView = Titanium.UI.createScrollView();
var views = [];
var view1 = ...
0
votes
0answers
171 views
Android: ScrollView Intercepting Map API V2 touch
I have an Activity that have a scrollview that countains a lot of things... one of these is a mapfragment api v2. The BIG AND TROLLING PROBLEM is when I move the map vertically, ALL the Scroll moves, ...
0
votes
1answer
88 views
TextView pushes buttons off screen with HorizontalScrollView
I am aiming for a layout similar to the native calculator app. I want text to trail off the left of the screen without moving the buttons on the right. Currently my text moves to the left until ...
0
votes
1answer
39 views
Custom ScrollView NoSuchMethodException
I have this custom view class as inner class:
public class GraphFragment extends SherlockFragment {
[...]
public class FlingableScrollView extends ScrollView {
public ...
0
votes
0answers
60 views
Android scroll layout without scrollView
I have listView in layout, so I cannot use ScrollView. The question is pretty straight forward: how can I make layout scroll when soft keyboard is on or all layout is not visible?
0
votes
0answers
41 views
Add Scrollview to a second view controller in Storyboard
I have a big problem with making the scrollview to work in my second view controller.
I have managed to create a full working scroll in my first page (first view controller) in storyboards. But like ...
0
votes
1answer
106 views
Rotation animation in horizontal scrollview on images Obj-c
I have a question, I want to have just a little rotation animation on my images in a horizontal scrollview. They should rotate when they slide in, and when they slide out. Does anyone have any idea ...
0
votes
0answers
32 views
Android : ScrollView with max_height if necessary, otherwise wrap_content
I have a design problem : I want to display 5 informations. The problem is that the third can be short or long (is a description). Therefore I want to set a kind of "max_height" on this view with a ...
-1
votes
1answer
58 views
Android Expandablelistview with listview as a childview
How to add listview as a child in expandablelistview item click?
Something like the image below
Here when an item is clicked from an expandable list it will expand a listview with fixed height and ...
0
votes
0answers
39 views
How to detect swipe action on an ImageView which is inside a ScrollView
I have an an Imageview which is inside a ScrollView. I want to detect SWIPE UP & SWIPE DOWN gestures on it. Is it possible to do it?
Using SimpleOnGestureListener I could able to detect SWIPE LEFT ...
0
votes
2answers
90 views
UIPageControl setCurrentPage - UICollectionView iOS6
I'm new to XCode so I need your help please.
I use a UIPageControl to show which cell of my collection View is now visible.
The problem is to get the visible cell:
I think in this Method
...
0
votes
1answer
35 views
Showing the correction of index image in scrollview when change orientation
My app supports both orientation modes (Landscape and Portrait).
I have 4 images in scrollView and my problem is when I stand as portrait at image index 1 after I change to Landscape mode it always ...
1
vote
2answers
51 views
Cant remove admob from scrollview
Ive got this project and ive put admob on it but the ad must always be on the bottom of the screen and when you scroll up and down the page the ad must stay in the same place.
It seems ive done ...
0
votes
0answers
56 views
android stretch scrollview over multiple tableRows
so what i'm trying to do is make a layout that has one row at the top of the screen that has buttons and textviews. below that top row is a scrollview that has many rows that are added dynamically ...
0
votes
1answer
45 views
Android: Dynamicly add views to ScrollView
I have a ScrollView and I want to insert a user specified number of HorizontalScrollViews. So what user says he wants to have a matrix of 5x5 elements, I want to insert 5 HorizontalScrollViews with 5 ...
0
votes
2answers
46 views
How to do complex layout with scrollview
I need to perform this layout:
See image from:
https://lh3.googleusercontent.com/-_uW9jKzUY_M/UVWlL2SnNBI/AAAAAAAAAOw/geY-Q-vTsqY/s540/myImage+%283%29.png
Area 1 is a complex imbrication of linear ...
0
votes
2answers
99 views
Android scrollview is not scrolling
I have this layout with a scrollview inside:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
...
0
votes
2answers
246 views
How to set ScrollView in Activity with Multiple ListView(s)?
This is my actual Activity :
In this Activity I set All the ListView(s) dynamically and programmatically.
As you can see, the problem I have is The 1st ListView takes the place she needs
and the ...
0
votes
1answer
56 views
how can I make footer visible,only if ScrollView is scrolled down?
If the ScrollView is scrolled down it has to show the footer. If its scrolled up, then footer has to disable. how to do this kinda stuff?
5
votes
1answer
123 views
css + Android - no click response on scrollable/List view
I have a very Long List in my WebApplication generated dynamically with JQuery Mobile.
My Problem here is, i can't click on any Item of this scrollable view. I can hear the sound when I click on an ...
0
votes
0answers
64 views
Error with custom ScrollView
I'm creating a 'snap to' HorizontalScrollView for my level select screen. I have some code which I can't understand why it does not work (the ScrollView does not snap, it behaves as a normal ...
0
votes
0answers
61 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 = ...
1
vote
1answer
77 views
Kivy ScrollView+Accordion Error
I have this code. If I increase the number of Accordion items past a certain amount the app goes haywire. The gridLayout version (commented out) works as expected. The offending region is between HERE ...
0
votes
1answer
70 views
Reducing the size of scrollview after removing subviews from scrollview in iOS
I want to remove subviews from scrollview, and saw this post: how to remove subviews from scrollview?
I am using this code to remove the subviews:
NSArray *subviews = [[scroller subviews] copy];
for ...
0
votes
2answers
41 views
visible and invisible Button when click + the same for scrolling in ScrollView ios
I have 2 buttons known as previousBttn and nextBttn for scrollView. I have 3 images in scrollView.
I want to hide previousBttn like this: [...] > at the first image
When I click on nextBttn to ...
0
votes
1answer
159 views
Android: ImageView scale to screen width within a ScrollView
I'm quite new to android programming and I stumbled upon a problem with my layout.
At first, I had a Linearlayout with a textview, 2 buttons and a imageview scaled to fit the screen. Now I wanted to ...
0
votes
1answer
61 views
dismiss presentModalViewController not working over UIScrollView
In my app I am using presentModalViewController and in the next controller I have used UIScrollView, also to dismiss presentModalViewController UITapGestureRecognizer is used
My code is like,
...
1
vote
1answer
145 views
does Facebook timeline android use scrollview or listview?
I'm developing a small application like facebook timeline, but I don't know it use srollview or listview. Can you tell me that?
Thanks,
0
votes
1answer
157 views
Windows Phone 8 - Scrollable TextBox
I have the problem that the user can enter text as long as he wants, but if the visual part of TextBox is full filled, it does not autoscroll to the new line.
<Grid x:Name="ContentPanel" ...
5
votes
4answers
310 views
ScrollView does not resize directly after child changes
I've run into a very annoying problem regarding ScrollView resizing, and I'm running out of possible solutions.
I have a FragmentPager containing several different Fragments, one of which has a ...
0
votes
0answers
46 views
how to change the border color of ith image in ScrollViewer? [closed]
I am newbie to windows phone development.I have 'n' numbers of images with in ScrollViewer. if i click on one particular image, i need change the border color of that particular image.
How to do this ...
0
votes
2answers
161 views
android ScrollView not working with linearlayout
The ScrollView is not working. I tried different combinations and no luck. Can someone point me out where am going wrong?
<?xml version="1.0" encoding="utf-8"?>
<ScrollView ...
0
votes
1answer
154 views
Create repeating detailed layout programmatically while using do in background
I've been around and I've seen repeating layout examples. I'v even tried a few but to no avail. Most don't provide a real representation of what I am trying to accomplish below. I did encounter one ...
0
votes
2answers
87 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
0answers
96 views
Xamarin Binding Class
I'm developing an app for iOS using Xamarin.
In my solution i've added a binding project to include some native library, but I've some trouble writing the ApiDefinition.cs
This is the original ...
0
votes
0answers
165 views
Soft keyboard pushes edittext offscreen
Some background:
I have a screen which has a centered layout, vertical and horizontal. The code generally looks like this:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
...
0
votes
3answers
80 views
dynamically name textview after inflating android
I m inflating 4 linear layouts multiple times in a scroll view. Each layout has a title in its header. The code snippet is given below.
for(int j=0;j<qType.length;j++)
{
...
0
votes
1answer
56 views
Android: Added Buttons into Scrollview do not have the right size
In an Activity I have added a horizontal Scrollview. This contains an "Add new Set" button and all previously added Sets as buttons. These Sets a saved in a SQLLite Database.
In the beginning of my ...
1
vote
0answers
185 views
how to add multiple ViewPagers into a Vertical ScrollView of an Activity?
I am trying to implement an Activity, which contains 2 ViewPagers. Each ViewPager should have swipe independently. So i am taking ScrollView as my patent layout which have a LinearLayout as Chaild. I ...
0
votes
1answer
58 views
Scrolling in a storyboard with several views
I´m creating an app that is simply a Storyboard with images, and an audio for each image. Im also planing to make some animations on every view on top of the image. Like a book where you swipe between ...
1
vote
1answer
130 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 ...
0
votes
1answer
275 views
Horizontal Scroll View inside LinearLayout - Android
I have a custom list. I am trying to scroll horizontally only specific part. For Instance, in the below image iam trying to scroll horizontally just the orange box.
Here is my XML Layout: In the ...
0
votes
1answer
30 views
Push segue to scrollview display error
maybe this is a rather simple question. I don't know. I searched the forums for an answer but couldn't find one. I have two views. From a tablecell I push to a second view which contains a scrollview ...
1
vote
1answer
121 views
Extending the scrolling area in a ScrollView / WebView / ListView
I'm trying to create a custom scrolling component (ScrollView, ListView, WebView) that its scrolling area (content area) can be programmatically extended beyond the content. Add "content padding" at ...


