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
2answers
71 views

add a scrollView in a view iphone

I have a form View with some UITextFields in it. I want to add form's view in a scrollview. Following is how I designed the form and its textfields: - (UIView *)Form { if (!_Form) { ...
0
votes
0answers
46 views

Div scrolling issue in bing map search result page

In my site pages, I had a file called searchlist.tpl. In that bing search map is displayed in a div. The image given below shows the map position. Searchlist.tpl file coding <div id='myMap' ...
0
votes
0answers
127 views

Child view height is zero inside ScrollView

I want to have a transparent view behind the LinearLayout which can consume click events, but only those events that were not consumed by LinearLayout children, so I use the following layout xml for ...
0
votes
0answers
178 views

Android disable auto scroll in expandable list view

i use in expandable listview and when i open one of the items in the listview my scroll is automatically focus on the item that open, can i prevent from the list to focus on the new item and stay in ...
1
vote
1answer
120 views

How to control the LinearLayout In the ScrollView In Android Eclipse?

Hi there I am in the middle of developing my app and am just curious to find out whether or not this is possible. Ok so I have loads of text in my Layout and I want to pragmatically control where the ...
0
votes
0answers
112 views

ListFragment in an Activity with ScrollView

parent.xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/parent" ...
0
votes
0answers
120 views

Dispatch a scroll event from listview to scrollview

I have a ListView in which every row contains the following -2 images -1 textview -1 scrollview that will display a bunch of tags I searched the internet and I found out that is really hard to ...
0
votes
1answer
150 views

vertical scrollview cannot scroll past edittext with cursor

I have a vertical scrollview containing several single line edittext's amongst others. My layout is landscape only. I am unable to scroll the scrollview beyond the edittext that has the cursor in ...
0
votes
2answers
43 views

ScrollView diorders and removes the contents of relativelayout

I am having problem in ScrollView. Without using scrollView my App gives such kind of layout but when I adds ScrollView Tag on the regular code that looks likes `<ScrollView ...
8
votes
1answer
186 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 ...
1
vote
2answers
308 views

Facebook timeline like listview

The facebook timeline seems to display all the feeds in the listview vertically. When the user shares his/her multiple photos, then those photos are displayed in horizontal list view. Has anybody any ...
0
votes
1answer
116 views

ScrollView is not working in android

I want to know why ScrollView is not working in this Source. The tap in this source has Calendar and EditText. If I click EditText and softKey pops up, I want to scroll. <ScrollView ...
0
votes
1answer
183 views

Android ScrollView and equal column rows in TableLayout

I am working on an app that needs dynamic rows to be added.Am facing the following problems. I have 3 columns and need each of them to have equal width. Table column stretches based on text length, ...
0
votes
0answers
83 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 ...
-1
votes
1answer
66 views

Why doesn't my relative layout take whole screen height

So, i have simple layout with some text and a button. Text is positioned at start and takes, on some phones, more height then the height of screen so i have it positioned in scroll view. Next to that ...
0
votes
1answer
52 views

Buttons are covering Scrollview

check out this code <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" ...
-1
votes
3answers
130 views

weights inside a scrollview

In my App i am trying to create a scroll view that has 3 big buttons that fills the entire screen. so every button's size is 1/3 of the screen. How can I do that? When I am using weights its not ...
1
vote
0answers
134 views

Gallery View is not working inside scrollview

I have a lots of data to be displayed on one Activity. So, I just used ScrollView. But the thing is I have even 5-6 images to be displayed on the same activity. So, I used GalleryView inside ...
1
vote
2answers
262 views

How to show next n items using WPF ListBox or ScrollView?

I have list box with 10 items. By default vertical scroll is enabled and i can see first 3 items. Customer wants me to add 2 buttons "UP" and "down" and on a button click list box should show next 3 ...
0
votes
4answers
371 views

Put blackline border around ScrollView - Android

My question is if there is a way to put a simple blackline border around a ScrollView so the user is aware exactly where the ScrollView starts, stops and how wide it is. I cannot find any sort of XML ...
0
votes
3answers
575 views

Android-Relative Layout inside Scroll View with fixed header and footer

I want a page which has a static header and footer with scrollable content inside. This is my layout: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
0
votes
2answers
59 views

Scroll view and OnGestureListener

Here is the layout - <ScrollView> <RelativeLayout> <Layout1> </Layout1> <Layout2> </Layout2> <Layout3> </Layout3> ...
0
votes
0answers
54 views

how to apply paging for verticle scroll view

In my application i am having verticle scrollview and i need to apply paging for that scrollview as in iphone.In scroll view i am adding 18 images in that first 6 images will be visible,if i scroll ...
0
votes
0answers
31 views

When listview added in scroll layout then this is not scrolling properly/smoothly in android

When listview added in scroll layout then this is not scrolling properly/smoothly in android. I want to add my listview in scroll layout. Is this possible? This is my code.. <?xml version="1.0" ...
0
votes
3answers
97 views

How to add more than one button to scrollview in android

I want to achieve this functionality: dynamically add multiple button to the scrollview, if scrollview more than a certain height, it is will automatically diplay scroll bar. can you give me some ...
0
votes
1answer
70 views

Massive unwanted whitespace with LinearLayout in ScrollView

I have a layout with a custom ImageView, and two TextEdits; one above and one below. To make this fit on multiple screens I have surrounded the whole thing with a ScrollView. However, when the ...
0
votes
1answer
375 views

adding both horizontal and vertical scrollview for imageview

in my application.i have used RelativeLayout. i want to add horizontal and vertical scrollview to imageview. i tried it but not working. imageview size should be 800*800. is there need of ...
1
vote
2answers
98 views

ScrollView not playing nicely with RelativeLayout

So I have a ScrollView as the highest-level in my layout...within my ScrollView I have a RelativeLayout which contains other views. The problem is that the RelativeLayout does not cover the entire ...
0
votes
1answer
82 views

Android layout design: image above form above button. When the keyboard appears my layout is screwed

In my application I want to have a layout like this: I did it with a Relative Layout holding an ImageView, TableLayout and a Button. The problem is that when I open the keyboard to modify a ...
1
vote
1answer
44 views

ScrollView animated

(sorry for my English) I'm looking for an animation to scrollview when an item (textview in this case) gets out of visibility. I would like put it an animation like fade_out when te item reach up or ...
0
votes
1answer
142 views

scrollView linearlayout and listview

I'm doing an android app, and I just want to have an scrollable layout, but inside of this layout I want to put some textView and 2 listView, and this is my problem, the listView. I need to include ...
0
votes
1answer
38 views

ios - is there a way to set the height of a scroll view in a storyboard?

I have a screen to which I am trying to add scrolling. I am able to do command+select all elements, and then embed that in a scroll view. But how could I set the amount of scrolling in the ...
1
vote
4answers
170 views

How to set scrollview to my layout?

Im new to android.. How to set scrollview to mu layout? please guide me.. In my layout i have four textview four radio buttons and next, previous button so for all these totally i want to set scroll ...
0
votes
0answers
39 views

How do I get scrolling/avoid clipping in wpf?

I want to have two widgets I want scrollable(a DataGrid inside a Grid and the current tab's TextBox inside a TabControl inside a Grid). I try placing them in a ScrollViewer but they never get to max ...
-4
votes
3answers
57 views

How to keep scrollview? [closed]

I want to set scrollview. How to do this? In my Listview i have 10 items to view..Im can see only 7items..Remanining 3 items I need a scrollview to see..Any possible is there to keep ...
0
votes
0answers
161 views

How do I keep a ScrollView positioned at the bottom when smoothScrollTo() stops working?

I have a ScrollView which contains one TextView control, to which I'm appending data at regular intervals. I'd like the ScrollView to always be positioned at the bottom, so the newly added text is ...
1
vote
0answers
93 views

Android Layout: Screen scrolls to top of form when making a change

I currently am working on an android app that makes use of creating calendarcontract events..essentially a lightweight calendar app. The form I have created uses a table layout inside a scrollview. I ...
2
votes
1answer
90 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. ...
6
votes
2answers
515 views

WPF: Scroll Itemcontrol Content Fixed Header

Is it possible to do something like this with WPF's ItemsControl: Demo I am trying to freeze the GroupedItems rather than the GridView Columns. Resources: <Window.Resources> ...
0
votes
0answers
105 views

How to save Scroll position in a Scroll view?

I have a very long text in the Scroll view . When user press back button or quit the program, i want the Scroll view save its position and then when the activity is recreated, user can continue where ...
0
votes
0answers
46 views

ScrollView's image size on retina displays

I have a question regarding ScrollView on retina display. On my iPad app I have added a ScrollView with an ImageView with 768x768. The image.png for the ImageView is 2304x2304 (= 3 x 768x768) so that ...
5
votes
2answers
109 views

Bring Control into ViewPort on Focus Change for ScrollViewer SL4

Basically I'm looking for something exactly like BringIntoViewOnFocusChange for SL4, I need whichever control has focus to automatically move into view of the ViewPort of a ScrollViewer whether it be ...
0
votes
2answers
117 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 ...
0
votes
0answers
58 views

Displaying pictures with a big width in android app

I'm currently doing an app for a museum, and into this app, there have to be a timeline. I made the timeline into a jpg file. I am trying to display this file (picture 1993x239 px) in an imageView, ...
0
votes
0answers
45 views

dialog which contain horizontal scrollview

i search to create a dynamic bar which contains a list of button scrollable horizontaly. the user press a button in activity and i display a bar on the bottom as a dialog which contains my list of ...
0
votes
0answers
130 views

Android - having troubles with MapView and ScrollView

Right now I'm having a really annoying problem. I have a ScrollView and inside the ScrollView I have a TabHost and inside of one of those tabs I have a MapView, the problem is that with that ...
0
votes
2answers
42 views

Android ListView - retrieve visible bounds

I am trying to get the values of (any one of) the visible coordinates of a ListView. I have used a ScrollListener, but I'm not sure which property will give me these values. I eventually want to ...
2
votes
1answer
560 views

How to make a Scroll Listener for WebView in Android

How to implement the Scroll Listener for WebView in Android i tried this but its not calling my Log.i on scrolling the webview. package com.example.webview.full.width; import ...
0
votes
1answer
66 views

Scroll UIImageView with UIWebView?

So I've got a UIScrollView that has an image inside, and below that I have a webView. How can I make it so that when I scroll the webView up/down, the scroll view also scrolls up/down? Like when you ...
0
votes
2answers
199 views

Sliding Drawer Not Showing

I want to have a sliding drawer which shows up at the bottom of my view but it currently does not show. I have also tried using a linear layout as the root with the scroll view have a weight of 1 but ...

1 3 4 5 6 7 33