Layout container for a view hierarchy that can be scrolled by the user, allowing it to be larger than the physical display.

learn more… | top users | synonyms

0
votes
0answers
10 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) { // ...
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 ...
-1
votes
1answer
26 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
15 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 ...
0
votes
0answers
17 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
15 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
25 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]; ...
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
1answer
36 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
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 ...
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
23 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. ...
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 ...
1
vote
2answers
26 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
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 ...
0
votes
0answers
12 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 ...
1
vote
1answer
25 views

How do I remove the extra pixels at the top of a ScrollView?

I have been working on an app that allows you to create a Truth Table and save it into HTML for use in word. I have the app working fine but I am trying to clean it up a bit. I have the following ...
0
votes
0answers
12 views

Cocos2d: info to create a scrollview paging enabled

I'm creating an app with cocos2d framework and I should create a main menu with a paging scrollview; in google I didn't found a solution at my problem because someone say that I should use uikit ...
-1
votes
0answers
40 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
26 views

Error accessing checkboxes after putting them inside a scrollview

I changed my xbl from just having checkboxes in the layout to them being in a scrollview. That way I can add more without troubling users with an options page. When I do this I get the following ...
0
votes
1answer
31 views

How to make a radiogroup scrollable in Android?

I have a simple layout wherein there is a textview, followed by a radio group followed by another textview (and finally an Admob adview). I am trying to make the radiogroup scrollable and for the life ...
-1
votes
0answers
31 views

Navigate image on click on arrow buttons [closed]

I am beginner to iPhone development and making application which has a requirement of selecting an image. The user can scroll through images using the arrow buttons. I am not getting any idea what ...
1
vote
0answers
14 views

Android: 2 Synchronously Scrollable TableLayouts

I created a TableLayout which is scrollable in all directions. To create a Fixed Header I created an extra TableLayout. Now I have 2 Scrollable TableLayouts. But when I scroll 1 TableLayout the other ...
0
votes
2answers
21 views

Show view from xib in ScrollView

firstly I want to say that I am newbie at iOS development. I have a problem with showing a view from xib file in ScrollView. This MyView is only green background with one label. Here is a code from ...
0
votes
2answers
29 views

Android ScrollView seems doesn't recognize its direct child

I'm using a ScrollView to show all the products that users add to his shopping cart. I create a scroll view and, into it, i create a linear layout 'intern'. Then, i build every single row in loop. ...
0
votes
0answers
9 views

ScrollView is not working on Ipad

I'm doing an app for the iPad that have a lot of buttons in my mainview. I first put a ScrollView and it work fine, but when I drag my buttons in to the scrollview it stops working, When I add some ...
-1
votes
2answers
44 views

iOS: zooming an image with a button

I have an imageView as the background for the application. I have a button on top of the background. I want to press that button and have an animation of the background image being zoomed in. What is ...
0
votes
0answers
55 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
3answers
46 views

textview inside a scrollview not filling the height of screen

In my activity I have 2 text views. I need to stretch the height of the textview2 to fill the screen . My textview is inside the relativelayout with scrollview as root. Even I mentioned as ...
0
votes
0answers
19 views

Scroll Artifacts on any scrolling view if not wrapped inside a layout without margins

I have solved a weird issue, and I would like to know why it happens. My application creates screens with FrameLayout as the root element. For Simplicity, let´s say I have a Framelayout with some ...
2
votes
2answers
132 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
1answer
74 views

Make UIView scroll with UITableView but pin to top out of view

I currently have a view controller that is comprised of a Navigation bar, followed by a UIView that has two UIButtons added as subViews. There is then a UITableView underneath that begins at the ...
0
votes
4answers
106 views

ScrollView distrubing ListView inside of LinearLayout

I have LinearLayout whcih contains Buttons and ListViews. After getting many buttons and I decide to put that LinearLayout into ScrollView but after putting ScrollView my ListViews are showing only ...
0
votes
1answer
22 views

android scroll view nesting

I'm trying to make a layout that has this structure: main_linear scroll_days days_linear scroll_day day hour part ...
0
votes
1answer
39 views

Verify if EditText is at visible positon in screen

This problem I am going to introduce, only happen in Android 4.0 + I have a LinearLayout with 4 TableLayout, it's parent is a ScrollView. I add TableRows dynamically into each TableLayout. My ...
0
votes
1answer
83 views

Android ScrollView only scroll to bottom if you're already there

I have a basic android app set up with a scroll view and text added to it dynamically. I want it to scroll to the bottom when text is added (which already happens) but I only want it to scroll to the ...
0
votes
1answer
47 views

Custom AlertDialog ScrollView, too big in 2.3 missing ok button

I have to show a help info, instructions of how to use the program, i've chosen the AlertDialog using a custom XML with an ScrollView. I tested in tablet, xperia neo and 2 virtual devices. In 3 of ...
3
votes
3answers
122 views

Android - Make a LinearLayout which contains a ListView scrollable

I know that everyone's recommended that we should never use ListView and ScrollView together, and I totally agree. However, I'm currently stuck with a very simple pattern like 8tracks' profile page ...
0
votes
1answer
60 views

How to make one part of view (relativelayout) scroll, but another part not move?

I have a RelativeLayout that is a detail page for search results. It displays a bunch of different TextViews, has a table or two, and also holds a SupportMapFragment. I want that portion to be ...
-1
votes
0answers
28 views

Android DatePicker in ScrollView

Hi I am having problem with my DatePicker in a ScrollView. I know I make it work with this: https://groups.google.com/forum/#!topic/android-developers/FkSfJI6dH8w But I dont know how to create a ...
0
votes
0answers
20 views

Android fling out of sync

I have a Fragment that contains a ScrollView. The fragment is an implementation of OnGestureListener and with the following onFling code: public boolean onFling(MotionEvent e1, MotionEvent e2, ...
0
votes
1answer
31 views

Bidirectional scrollable table/grid

I have to create a table of items in an Android Fragment which can exceed both the width and the height, so it would need to be scrolled on both ways. Think of a TV Guide with the hours on the ...
1
vote
0answers
42 views

How to ListView.setSelection(int) when ListView is contained in a ScrollView?

I have a ListView which can't be scrolled due to I'm setting its Height programmatically. I have aprox. 50 elements in this ListView, each element is bigger than the screen itself. I'm using a ...
0
votes
1answer
70 views

ScrollView with LinearLayout inside does not work

I have a scrollView with two inside LinearLayout but it does not work, the listView does not show all items but only a few. How can I do? <ScrollView ...
0
votes
1answer
33 views

Scale scrollview contents to fill screen

I've a scrollview that displays a few bitmap imageviews to fill the screen. To support larger screens, I just want to scale the images. If I place a single imageview in the scrollview, it scales to ...

1 2 3 4 5 33