Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Adding items into listview dynamically

I have a list with 2 items.. it is inflated. Now when i add another item dynamically. List view instead of expanding, the third item will be in scroll(only half visible).I have given list view as wrap_content(it must be wrap_content).Is there any way for the list view to expand as all 3 items are visible.pls help..

share|improve this question
i don't know but if you pass an array of values and if it is bigger or equal to three then place layoutparams to scrollview to fill_parent. Plz make your accept rate better – subspider Sep 12 '11 at 14:09

1 Answer

up vote 5 down vote accepted

U can refer the following link regarding listview, its a great link:

How to Animate Addition or Removal of Android ListView Rows

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.