Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9187243
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:43:16+00:00 2026-06-17T19:43:16+00:00

First of all – I know, that I shouldn’t put a ListView into a

  • 0

First of all – I know, that I shouldn’t put a ListView into a ScrollView, because ListView takes care of its own vertical scrolling.

Anyway, in my case it’s different – the problem:

I have a View, where I show some Informations and there are also some Actions.
Here is an Example-Screen:

enter image description here

Email1 is a ListItem placed in a ListView. Homepage is also a ListItem placed in a second ListView. (I used ListViews, cause I cant style Buttons like I can with ListItem and ListViews – and the other reason is, that I can show up a Second Mail: Email2 if exists)

Anyway. The Problem now is, that the Layout looks like that:

<ScrollView> (The Parent) –> <LinearLayout> (SubParent) –> <LinearLayout> –> ((it describes the Email, or the “Sonstiges”, with the Homepage) –> <ListView> (Here is the ListView)..

The Problem I have is, that when using ScrollView, it cuts the second Element away, I cant see it properly, look here:

enter image description here

Here, where I marked it with yellow, is the place I can click the ListItem.. it shows just a little bit, and a 3rd Item cant even be shown:

enter image description here

What I tried, is, to remove the ScrollView. Well now it shows me the second Item fine, but on this whole View, I need to scroll, cause there are more Informations and Actions than I can see on one “Page”.

Some axml (its the “Aktionen”, from the upper Screen) the rest looks exactly like this:

   <?xml version="1.0" encoding="utf-8"?>
    <ScrollView
      style="@style/ScrollView"
      xmlns:local="http://schemas.android.com/apk/res/INMobileCRM4Android.INMobileCRM4Android"
        xmlns:android="http://schemas.android.com/apk/res/android">
      <LinearLayout style="@style/LinearLayout">
        <LinearLayout style="@style/LinearLayoutSmall">
          <TextView
            style="@style/TextAktionen"   
            android:text="Aktionen" />
          <Mvx.MvxBindableListView
            local:MvxBind="{'ItemsSource':{'Path':'ActionsList'},'ItemClick':{'Path':'ActionCommand'}}"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:cacheColorHint="#00000000"
            local:MvxItemTemplate="@layout/addressshowdataactionlistitem"/>
        </LinearLayout>
      </LinearLayout>
    </ScrollView>

Style:

  <style name="LinearLayout" parent="android:Theme">
    <item name="android:layout_width">fill_parent</item>
    <item name="android:layout_height">fill_parent</item>
    <item name="android:orientation">vertical</item>
    <item name="android:background">@string/backgroundPicture</item>
  </style>
    <style name="LinearLayoutSmall" parent="android:Theme">
    <item name="android:layout_width">fill_parent</item>
    <item name="android:layout_height">wrap_content</item>
    <item name="android:orientation">vertical</item>
  </style>
    <style name="ScrollView" parent="android:Theme">
    <item name="android:layout_width">fill_parent</item>
    <item name="android:layout_height">wrap_content</item>
  </style>

And the Style of the ListItem itself isn’t necessary for this.
I changed it to LinearLayout, FrameLayout, RelativeLayout, its always the same.

I hope someone can help me..

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T19:43:17+00:00Added an answer on June 17, 2026 at 7:43 pm

    As it seems to be a known problem, see here: Scrolling with Multiple ListViews for Android, I will answer this question by myself.

    At least I used, for every Element, a ListView. That works, but its a little bit unnicely as every ListView has now only one ListItem.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

first of all i would like to say i know its probably an easy
First of all, apologize because I have seen some posts about this, but I
First of all, let me say that I am not a professional coder -
First of all I don't know If controller is the right word. What I
First of all I have to admit that these are very basic and primitive
First of all, I'm using ARC. If I have a class that, for example,
First of all I have seen that there are many questions about unrecognized selector
First of all, I'm uploading multiple images that goes through a for loop by
First of all, I know how to build a Java application. But I have
First of all, I don't know if this should stay in SO or go

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.