http://realdevs.tistory.com/entry/asdf
↑ Picture.
I have a problem when I use ListView
.
As the screen is full of widgets
, I would like the ListView
's items to be scrolled with other items in the layout
.
On the picture, the blue one is a widget on the layout, and the red ones are the items of ListView
.
When I scroll up the items, they move, but the blue one doesn't.
How can I make it to move together with ListView
as it is an item in ListView?