-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
1answer
142 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 ...
1
vote
1answer
126 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 ...
0
votes
0answers
138 views

Enable Vertical Scroll Up and Down manually when soft keyboard is visible Android

I have researched a lot to enable manual vertical scrolling up and down when soft keyboard is visible , though the form fields hidden behind soft keyboard gets visible when the respective edit text ...
3
votes
2answers
92 views

When I try to scroll down on my UIScrollview, it bounces back to the same place it was

Okay, so i'm using a UIScrollView in my app. I have placed the scrollview in a viewcontroller in story board. I have several buttons there and a few labels. But when I try to scroll down to the ...
5
votes
1answer
332 views

Android ScrollView scrolls to top after calling setVisibility(View.VISIBLE) on child view

I have a ScrollView with a RelativeLayout inside it. This RelativeLayout then has several Views inside it. One of these several Views is a CheckBox. When the CheckBox is checked/unchecked, some of the ...
0
votes
0answers
63 views

drag&drop with scrolling down scrollview like launcher or browser

I have this problem: my app has a list of item and I need drag this element in containers within scrollview, i would like scroll down scrollview when my item is on the bottom of scrollview and ...
3
votes
1answer
148 views

Hanged listSelector in ListView

I am implementing ListView with android:listSelector <style name="ListView" parent="@android:style/Widget.ListView"> <item ...
0
votes
1answer
405 views

vertically automatic scroll text of textview with specific time interval in android

i am begginer in android. In my app i am having textview which has multiple lines of text , it may have 15-20 lines. i want vertical auto scroll of text within that textview. so what can be the ...
0
votes
1answer
217 views

Keep bottom content scrollview visible when soft keyboard is displayed

I have a ScrollView that I am trying to use to replicate the accepted behavior of a text messaging app. When the ScrollView is first loaded, I scroll to the bottom. And when the soft keyboard is ...
0
votes
0answers
180 views

ScrollView is not working properly in android 4.1(Nexus)

ScrollView is not working properly in android 4.1.1 (Nexus s). When I started to add Text in Edittext, suddenly the mobile screen keyboard invoked and I was not able Scroll to view the bottom content ...
0
votes
1answer
408 views

Enable scrolling when Android soft keyboard is enabled

I have PopupWindow where root element is scrollview and EditText on it (login window). All components are shown and scroll disabled. But when soft keyboard is enabled it hide components under ...
0
votes
0answers
98 views

Tablelayout in Scrollview scrolling event handling

I have TableLayout in ScrollView which filling up with elements dynamically. It's working fine. But all the elements putting into the TableLayout. I want to handle scroll down and scroll up event and ...
0
votes
0answers
74 views

Zoom buttons in mapview dont scroll

have you someone ever had a problem, with MapView in ScrollView, and when map is touched, zoom buttons are showed. But when I scroll now, zoom buttons stays in the same position and are not pinned to ...
0
votes
1answer
133 views

How to reset length of `ScrollView` text?

I'm displaying some text with a TextView inside a ScrollView. The activity changes the text (when user hits nav arrow), but the ScrollView doesn't alter its height for changed text length. As a ...
0
votes
1answer
611 views

jquery.mobile.scrollview.js: avoid that scrolling bounces back to original position

I am using scrollview to scroll an dynamically generated table wrapped in a div in my app, so i can not apply a fixed height to the div wrapper. I got it scrolling, but the scrolling content is ...
0
votes
1answer
80 views

Links to location on same page not matching up [closed]

I need your help. I made a nav bar that links to anchor locations on the same page, allowing the view port to scroll down when clicked(nothing complicated). The problem: There is a big cover page ...
3
votes
2answers
900 views

Infinite Scrolling - setContentOffset: stops deceleration of UIScrollView

I am creating an iPhone app with a large, 360 degree, panorama image. The panorama is a CATiledLayer in a UIScrollView. I am attempting to implement infinite scrolling on the image (horizontal ...
0
votes
1answer
240 views

Repeated Animated Custom Control while scrolling listview in android

I have a custom control in a listview to showing playing progress when I click in a listitem. When I click in a listitem and when it's playing the sound I show a progress circle but if I scroll the ...
1
vote
1answer
516 views

Disabling automatic scrolling past end of element

When i reach the end of the scroll on the top div, I don't want to initiate any other scroll. I just want it to stop scrolling. Quite a reasonable request I'd say. Here is a demo of the issue on JS ...
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 ...
2
votes
2answers
172 views

scrollable textview in listview?

In android ,I want to customize list view such a way that each row contain a textview and a an edittext also a specific row contain a text view which contain large text , so i want to make it as a ...
4
votes
3answers
2k views

Issue with webview and scrollview

I can't resolve my problem with scrollView and webView, I know, that i can't put webview into scrollview but I have't idea how to jump it. In my scrollView, I have image ( 1280 x 1300 > ) and this ...
0
votes
1answer
129 views

How to change an image depending upon ScrollView Direction (Android)

Basically I want to change an image depending upon whether the user is scrolling up or down in a Scrollview. I know how to change an image dynamically but I can't figure out how to return the ...
-1
votes
3answers
888 views

How to put a scrollbar in an Activity

I created a new Activity, but the page is not scrollable .. how can I do to scroll? <?xml version="1.0" encoding="utf-8"?> <RelativeLayout ...
1
vote
1answer
374 views

NSScrollView doesn't work xcode 4

I made an nsscrollview in the interface builder of xcode 4 and i put buttons inside of it's view. The scrollview is clipping the content of the view instead of scrolling it. How come it won't scroll?
2
votes
1answer
951 views

how to set ScrollViewer's scroller at certain point in wp7?

I have a large canvas. In the casvas I'm adding textblock in code behind on drage event. Each time I add a textblock the Scrollviewer set/shows the first textbloc. Thus I have to manually scroll up to ...
4
votes
1answer
2k views

Android: ScrollView and drawing cache?

Are the views that get scrolled off of ScrollView automatically cached by the drawing cache? I'm not quite sure i understand the API documentation.
0
votes
2answers
1k views

how to get scroll up/down or left/right event for scrollviewer/listbox in wp7

How to get scroll up/down or left/right event for scrollViewer/Listbox? I have following XAML. I would like to get notification when user scroll. <ScrollViewer ...
0
votes
1answer
533 views

Google Charts allow you to scroll horizontally?

Given this screenshot of a Google Chart, let's say that the width stays fixed, but the years go out to 2030. Does Google Charts allow you to scroll horizontally so that all years can be viewed?
2
votes
1answer
242 views

How to update the VirtualStringTree scrollbars?

i am having hardtime to fix my problem on virtualstringtree. I have NodeData which has having the same Node.NodeHeight or the defaultNodeHeight, the problem now was Im going to change each of the ...
0
votes
1answer
694 views

Android RealViewSwticher problem

Many of you know, that there's is a class RealViewSwticher created by Marc Reichelt http://marcreichelt.blogspot.com/2010_09_01_archive.html If someone used or uses this thing, please can you help ...
0
votes
5answers
925 views

Cannot get scroll working

I am trying to make the screen which fits great on a vertical orientation scroll for a horizontal as it does not fit and does not scroll. I added a scroll view with the single child of linear layout ...
0
votes
1answer
887 views

ScrollView with Button Below Scrolls Different Inside TabHost

I have an Activity that consists of a large scrollview (that contains EditText fields) along with a button that is anchored to the bottom of the screen (not part of the scrollView). This is a simple ...
1
vote
1answer
1k views

Android: How to create a layout similar to Calendar app - create event

I'm trying to create a form very similar to the "Create event" screen of the native Calendar app on Android 2.x Basically it has a fixed header, fixed footer and the middle is (I guess) a ScrollView ...
1
vote
1answer
630 views

ScrollView scrolling speed

In my app, I have 2 ScrollView s in view.first scroll is placed bottom and then second Scroll placed. if i scroll either first or second both will scroll depends on finger movements. this is working. ...
0
votes
3answers
6k views

Android: Synchronized scrolling of two different views

I have a tricky problem related to synchronized scrolling of two different views. I've made my own custom grid view widget, which has "sticky" views to the left and top that only in one direction with ...
1
vote
2answers
2k views

WPF Programatically scrolling a canvas in a items control

I have an ItemsControl that contains a canvas within a ScrollViewer. The canvas is large and only a portion of it displays at a time. I want to programatically scroll it (the user clicks and drags the ...
1
vote
1answer
367 views

Please Help me for putting scrolling option in a android layout

My code for the Layout is given below. I am not able see the full content. I am not able to scoll also. How i can show the all content by scrolling. Screen ...
1
vote
1answer
793 views

scrollviewer and canvas - scrolling view to given position

Hi I have some problems with implementing autoscrolling in WPF (I think I could call it that way). I have a canvas placed inside a scrollviwer. On my canvas I can dynamicly add different shapes. The ...
8
votes
1answer
4k views

Android: Total height of ScrollView

I have a custom ScrollView (extended android.widget.ScrollView) which I use in my layout. I want to measure the total height of the contents of this scrollview. getHeight() and getMeasuredHeight() ...
6
votes
3answers
4k views

Scrollview doesn't swipe when it's too short to scroll

I'm pretty new to Android app development, and I've been playing around with swipe gestures using Android's SimpleOnGestureListener and a ViewFlipper. There are 3 children of the ViewFlipper, and ...