Macky
Macky

Reputation: 3

Scroll views outside Grid/ListView

I can't find the answer to my question because I don't know how to form the right question. With my current code, my gridview has its own scroll and the imageview is fixed (1st link). How can I make it so that the view outside the GridView or ListView moves with it while scrolling? (2nd link).

https://i.sstatic.net/llWhI.png

https://i.sstatic.net/neroJ.png

Upvotes: 0

Views: 63

Answers (2)

Illegal Argument
Illegal Argument

Reputation: 10338

Try these links to library and SO post on header in a gridview:

  1. HeaderGridView //google's solution
  2. StickyGridHeaders
  3. GridViewHeader
  4. StickyGridHeaders

Upvotes: 0

Alex L
Alex L

Reputation: 21

use ScrollView in the first line of your xml file.

Upvotes: 0

Related Questions