scrollview
Recycling views, listview inside scrollview
I am aware of recycling of views in LiveView, I am also aware that we cannot have a listview as a child of scroll view, which just scrambles the scrolling up.[详细]
2023-04-13 07:13 分类:问答Using a ScrollView on RelativeLayout that contains an ExpandableListView
I\'ve got this RelativeLayout I am using: <?xml version=\"1.0\" encoding=\"utf-8\"?> <RelativeLayout[详细]
2023-04-12 22:45 分类:问答HorizontalScrollView inside a RelativeLayout: works fine on a 1.6+API, but not on 1.5 API
I am using a HorizontalScrollViewinside a RelativeLayout.It works fine on a 1.6+API, but on 1.5 API the HorizontalScrollView does not scroll, what is the problem?[详细]
2023-04-12 05:20 分类:问答iOS zoomToRect with duration [duplicate]
This question already has answers here: Closed 10 years ago. Possible Duplicate: Any way of changing the duration of zoomToRect for UIScrollView?[详细]
2023-04-12 05:09 分类:问答Android ScrollView flexible look
I have a simple question. I use ScrollView container in my application and it works well. But I saw some applications which had more beautiful ScrollView then my application. For example flexible, no[详细]
2023-04-12 03:14 分类:问答Scroll View Images Description
I have a ScrollViewer containing a gallery of images and need to add the function of \"pop up\" with the description of each image, ie whe开发者_如何转开发n the function will receive the ScrollViewer[详细]
2023-04-12 00:40 分类:问答How to arrange my layout for a large text in android?
I set the parent view as a scrollview. Then I put a TextView to display my help text. But the string resource i use to put in the textview has limited characters. My help text is large. Pleas开发者_开[详细]
2023-04-11 22:59 分类:问答Android: ListView in HorizontalScrollView performance issues
I have a need for both horizontal and vertical scrolling of some data in my app. I\'ve overridden HorizontalScrollView and I\'ve allowed it to take an Adapter to populate its data. It behaves much lik[详细]
2023-04-11 21:01 分类:问答How to prevent other View being pushed out of the screen
this is the example XML <?xml version=\"1.0\" encoding=\"utf-8\"?> <LinearLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"[详细]
2023-04-11 20:26 分类:问答ScrollView for only a portion of the Screen
I\'m having some trouble dividing my screen up in to two parts. I don\'t know where to begin actually. All of my layouts thus far have been using RelativeLayout. Basically, I want to have a scrollable[详细]
2023-04-11 12:19 分类:问答