Android ScrollView issue
Posted
by
Salman
on Stack Overflow
See other posts from Stack Overflow
or by Salman
Published on 2010-12-29T22:51:21Z
Indexed on
2010/12/29
22:54 UTC
Read the original article
Hit count: 314
android
|scrollview
Guys,
We are trying to make a board with sticky notes. We have used ScrollView in which we have LinearLayout. We have four columns. If there are more than 3 notes in one column, scrollview comes up. Issue is, if I try to move Row 5 column 1 note to Row 1 Column 2, scroll views hides all the notes. If we scroll to top of the board, notes become visible again. Any idea what's the issue ?
Thanks
Salman
© Stack Overflow or respective owner