Layout container for a view hierarchy that can be scrolled by the user, allowing it to be larger than the physical display.
1
vote
1answer
22 views
Paging with a scrollview containing zoom enabled scrollviews inside
I have a scrollview with paging enabled. This scrollview contains 3 equally sized inner scrollviews, and each inner scrollview contains an imageview.
I want to use the outer scrollview for paging ...
0
votes
0answers
5 views
HorizontalScrollView under GestureOverlayView
I have an next layout:
<RelativeLayout>
<android.view.GestureOverlayView>
<LinearLayout>
<HorizontalScrollView>
</HorizontalScrollView>
</LinearLayout>
...
3
votes
2answers
19 views
How to check whether a view is visible in specific area or not inside ScrollView
I have one ScrollView inside my application, this ScrollView contains number of images in it, we have to scroll up to the bottom to view each and every image because the area of scrollview is more ...
0
votes
1answer
27 views
iOS VIewController for UIScrollViews content
I have a UIScrollView in my app and I am adding some custom views from xib to it so you can horizontally scroll (tabbing) in ScrollView to change which one is shown. For now this works but I have a ...
0
votes
0answers
10 views
Android ScrollView inertia scroll
In my project,I will transform long-press key event to key down event.Then I handle the key down event(call the method scrollTo of ScrollView).Then I have noticed that after about 2-4 seconds of ...
3
votes
1answer
325 views
How to convert all content in a scrollview to a bitmap?
I use below code to convert, but it seems can only get the content in the display screen and can not get the content not in the display screen.
Is there a way to get all the content even out of ...
1
vote
2answers
183 views
Posting ScrollView Content on FaceBook wall
I used ScrollView in my application. It contains a LinearLayout as child and some other views likes
TextViews,Buttons etc... as sub-views. Now I want to post the content of scrollview as an image on ...
0
votes
0answers
14 views
iOS - scroll view with multi view: scroll, map view… like Expedia Hotels & Flights
Recently I used app Expedia Hotels & Flights and interested in view hotel's detail.
I'm wonder how to implement scroll like that. When you scroll one view, it effects to its sub-views.
Could ...
0
votes
1answer
40 views
On scroll add more json data in listView
I made one ListView with image and text. I am able to parse json data in the ListView. But my requirenment is to load 10 rows of Json data, then at the bottom have a load more. to get the next 10, ...
4
votes
2answers
985 views
ScrollView Jumps into EditText
When I start my App, it automatically jumps into the first "EditText"-Box.
I built in a Scroll Bar.
And when I remove the Scroll Bar, it doesn't jump into the "EditText"-Box.
Why does it jump in ...
0
votes
1answer
22 views
Eclipse Invia una ImageView in un ScrollView with a button
I want to send a imageview from bx.xml to a layout in another.xml(activity_main) with a button content in the.xml (activity_main).
this is bx.xml:
<?xml version="1.0" encoding="utf-8"?>
...
0
votes
1answer
150 views
Pinch zooming with ScrollView: Updating its scrolling behaivor when child size changes
I have a custom class which I extended from the ScrollView. What I want to do is to implement pinch zooming with this class, with which I want to zoom to the ScrollView's child and scroll the zoomed ...
0
votes
1answer
28 views
Scrollview can host only one direct child [duplicate]
I have multiple LinearLayouts with a combined height that easily exceeds a device's screen height. So in order to make my layout scrollable, I tried adding in a ScrollView, but unfortunately I get the ...
0
votes
1answer
26 views
Send an imageview in a scrollView
i have 2 .xml in one i have the resource of imageView and it is this:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
...
2
votes
2answers
38 views
Display items inside ScrollView on Storyboard
My problem is when i want to display multiple items inside a scrollview on Storyboard, i can't scroll to add more items because of the screen size of the View Controller. How can i get around this ?
...
0
votes
1answer
36 views
Android ScrollView disable Inertial scrolling
In my activity I reference ScrollView,according to the requirements,I should disable the inertial scrolling of ScrollView.How can I do that?Thanks.
0
votes
1answer
629 views
Infinite scrolling of listview in android
Now i should implement infinite scrolling to listview, for this i had found one easiest code that is
@Override
public void onScroll(AbsListView view, int firstVisibleItem,
int ...
0
votes
0answers
12 views
controle custome scrollview offset
I have a list view inside scroll view and this make the list view not scrollable. so i search for a solution and find this one
Solution 1
and it works perfect for me.
now i was trying to control ...
0
votes
0answers
9 views
Layout dinamico in Android Widget
how do I create a scrollview and add new ImageViews to the layout dynamically with the use of a button? i have use this code:
@Override
protected void onCreate(Bundle savedInstanceState) {
// ...
0
votes
1answer
886 views
Dynamic layout in android Widget
Is it possible to create an dynamic layout in a AppWidgetProvider ? i only found tutorials to create widgets using XML, but it isn't possible to create views that way..
I want to draw images in row ...
0
votes
5answers
3k views
Android, How to add ScrollView into screen which has some list items?
in my activity, i have three lists. after running the application, the screen is not scroll-able. i can scroll the list which is on top of others but i can't scroll the whole of page. I tried to add ...
0
votes
1answer
12 views
ScrollView won`t scroll after object is placed
I guess this will be embracing but i start to get really frustrated:
I`m writing code for the first time so please help.
Working with X-Code, objective-C.
I would like to be able to scroll on my ...
3
votes
0answers
12 views
How to know whether View inside Scroll is Visible completely or no
There is scroll view between header(at the top of screen) and Tabs(Bottom of the screen). I want to know that whether the ImageView which is inside the ScrollView is fully visible or not on phone ...
0
votes
2answers
1k views
edittext inside scrollview, how to scroll to edittext when it gets the focus
have an edittext inside scrollview. (and there are other views inside scrollview above edittext.)
When user presses the edittext, keyboard becames visible and the visible area of the scrollview ...
-1
votes
1answer
27 views
Button to send an image view in a scrollview [closed]
I have a layout containing two scrollviews. In one I have a button. In the second
I want to display at the click of a button a series of images based on the button that was clicked.
How can I do ...
0
votes
0answers
16 views
eclipse send list of imageview in a scrollview
I want to send an imageview in a scrollview with a button and i have used this code:button and i have used this code:
ImageView imageView1,imageView2,imageView3;
@Override
protected void ...
0
votes
1answer
20 views
Android: ScrollView with rounded corners. Child views bleeding out over corners
I have a scrollView with rounded corners. In the ScrollView is a LinearLayout that has the same drawable with rounded corners. This is all working fine. I have a scrolling container with rounded ...
0
votes
1answer
23 views
Android: Scroll or resize Canvas on a CustomView
I have a custom view where there is a Canvas drawn with circles and lines. My problem is that once transferred to the tablet look cropped image and not real. Is there a way to resize the CustomView ...
8
votes
1answer
5k views
Android: Detecting When ScrollView Hits Bottom [duplicate]
Possible Duplicate:
How to trigger an event when scrollView reach the bottom with Android?
I have been trying for an hour or so to detect when my scrollView gets to the bottom of the ...
2
votes
4answers
124 views
when i am scroll listview that time list view element background color change to black
I have listview,when i am scroll listview that time listview element background color change to black.
I am find couple of hour but not getting solution.
I am uesd
...
0
votes
0answers
26 views
android scrollto does not work in onResume method
I would like to scroll a screen to a particular position when the screen is displayed so i did this code in Onresume function of my fragment
scrollView.post(new Runnable() {
@Override ...
0
votes
1answer
15 views
UIButton not showing on simulator when view's class is TPKeyboardAvoidingScrollView
I have this weird problem where the buttons on the simulator or my iPhone are not showing when the class of the view's set to TPKeyboardAvoidingScrollView.
Here's a screenshot:
When the view's ...
0
votes
0answers
16 views
eclipse: send imageview in a scrollview
I want to send an imageview in a scrollview with a button and i have used this code:
ImageView imageView1,imageView2,imageView3;
@Override
protected void onCreate(Bundle savedInstanceState) {
// ...
0
votes
1answer
27 views
UIViewContentModeScaleAspectFill of UIimageview working proper in iphone 4, but not in iphone4s
I have written one code for scaling UIImageview. My problem is imageview is scaling correctly in iphone 4 , but not in iphone4s.
My code is below:
UIImageView *imgBG1 = [[UIImageView alloc]init];
...
11
votes
5answers
13k views
How to scroll to top of long ScrollView layout?
For part of my app, the user is presented with a list of names and is asked to group them as they see fit.
(Note, the ListView code was copied verbatim from the Android Views tutorial. I haven't ...
8
votes
4answers
5k 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 ...
1
vote
1answer
17 views
Subclassed UIScrollView
Is there a way to get a notification for the different UIScrollView delegate methods inside the subclassed scrollview without setting "self.delegate = self"? I need to get notification for certain ...
0
votes
1answer
39 views
Grow heap (frag case). Maximize performance
I have a problem with my app.
My activity consists of the following xml code:
<ScrollView
android:id="@+id/main_scroll"
android:layout_width="match_parent"
...
0
votes
1answer
11 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 ...
2
votes
2answers
561 views
Issue with ScrollViewer in WPF
I am working on a WPF application and using a scrollViewer to view the content that is offlimit the screen area. Working fine, no issues.
But if my window contains a Listbox or Grid or anything like ...
0
votes
0answers
10 views
hover div to be appear over scrollbar div
The scroll bar is use to limit the number of users appear in contact list but you still can see the whole users by scrolling down. But by using the overflow-y:scroll , it cut the user_details div ...
19
votes
5answers
11k views
Can I scroll a ScrollView programmatically in Android?
Is there a way to scroll a ScrollView programmatically to a certain position?
I have created dynamic TableLayout which is placed in a ScrollView. So I want that on a specific action (like clicking a ...
0
votes
1answer
25 views
Android ScrollView hidding bottom
When I use a LinearLayout with an drawable background (floating_section) inside ScrollView, it doesen't let the very bottom of the drawable appear (the rouded corners, and also the "end" of the view.
...
1
vote
2answers
306 views
Complete layout is not visible while designing in android
I used scroll view to display many controls.while designing it hides some controls. I know it is must, but it leads to problem, becoz scroll bar is not working at design time. how can i see all the ...
-1
votes
0answers
44 views
Kendo UI Mobile ScrollView in ASP .NET MVC
I would like to use the Kendo mobile ScrollView in an ASP .NET MVC4 view. But for some reason it is not showing the expected results. I used the example code from the kendo website ...
0
votes
1answer
20 views
Android ScrollView Intercepts Clicks, should not do that
I have a view with an onClickListener inside of a scrollview. The view should react on clicks, but the scrollview interpretes almost all touches as ACTION_MOVE and intercepts the touch events, so i ...
2
votes
2answers
136 views
recycling views in scroll view
I have an app that show the tv guide for a list of channels. My UI is made from a a lot of custom views with different widths that show the tv programs, all these custom views are added into a ...
1
vote
2answers
27 views
how to scroll up layout when keyboard visible in activity with FULL_SCREEN
I want to scroll up my layout when softinput keyboard is visible.I have define scrollview in my xml at proper place but when keyboard is visible it hides some part of layout like buttons.
I have read ...
0
votes
2answers
272 views
NSURLConnection delegate methods not executing
I'm trying to pull images from the server for the scrollview. After the user zooms the view in or out, the image should be downloaded:
- (void)scrollViewDidEndZooming:(UIScrollView *)scrollView ...
0
votes
0answers
17 views
ScrollView: Stop “flinging” at a specific point
I want my ScrollView to stop scrolling at a specific point, if it has been flinged. However, it should be possible to scroll above that point by dragging the ScrollView.
I created a listener that ...







