Update only list ... NEXT runs off end and creates a new entry.

I kind of expected to see LIST Properties of:
  • Can Insert
  • Can Update
  • Can Delete

But haven't found them.

Sure, I can test for last position and disable NEXT or test for First position and disable PREVIOUS but this caught me surprise on this one. Hope I'm wrong and don't have to mess with that on every list navigation.

Added:
My List is not a paginated mobile list. The navigation buttons are documented to require a paginated list.
So using the next/previous navigation might not be applicable. It works, though, until it hits the end of the list.

Added#2:
Previous, FIRST and LAST work as desired, even on a list not configured as 'Paginate.'
NEXT works but will run off end of list and create a new list entry without my permission.