tags:

views:

16

answers:

0

Hi,

I have a listview with headers as you can see here : http://jsharkey.org/blog/2008/08/18/separating-lists-with-headers-in-android-09/

I would like to redefine the scroll behavior, to always let the current header on the top of the list. So if I have 20 items under my header, the listview scrolls on these items, keeping the header on screen, and then, the next header comes and takes the place of the previous one.

Is there a method to do that ?