Android listview view view listViewItem

Asked

Viewed 31 times

0

I have a listview that part of the line is only displayed when expanded. The problem is that when the line is expanded next to the bottom of the screen you cannot see all items.

How do I know if the expanded items are visible and if they are not scrolling in listview ?

inserir a descrição da imagem aqui

  • You are setting the height of the list to wrap_content?

  • The three layouts as height wrap-content.

  • This is a Listview or Expandablelistview?

  • A Listview and the item is a Relativelayout

  • I recommend using Expandablelistview which was made specifically to be a list with expandable items.

  • 1

    I managed to resolve with listview.smoothScrollToPosition(item) - Thanks!

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.