LarsWerkman / QuickReturnListView

A implementation of Roman Nurik's and Nick Butcher's Quick Return UI patern for a listview.
Apache License 2.0
698 stars 187 forks source link

QuickReturn header moves to bottom of the list #12

Open xarlotie opened 10 years ago

xarlotie commented 10 years ago

This happens when the adapter has been already set and then dynamically adding items to the list.

ghost commented 10 years ago

@xarlotie Did you find a workaround for this, I am having the exact same problem. A re-measure after the dataset has changed causes the the quick return to move to the bottom until you scroll.

davidconceicaohbsis commented 10 years ago

Same problem, debugging to see if I can correct it.

savepopulation commented 9 years ago

has anyone corrected this issue?