3

Does anyone know if there are existing tools out there for Adobe Flex (Air) that have the same behavior as the iOS's UITableView's sticky header for Spark List view ?

enter image description here

something like this, when you scroll down the sticky head will update to the corresponding label initial

zero323
  • 322,348
  • 103
  • 959
  • 935
Jonathan
  • 598
  • 6
  • 16
  • 33

1 Answers1

0

This might help you : http://corlan.org/2011/07/04/creating-flex-mobile-section-lists/ You need to add/tweak some of the code to achieve what you want but this is a good basis

Fréderic Cox
  • 321
  • 2
  • 7
  • 22