I noticed what seems like a bug of the RowList component.
When there are multiple rows, the vertFocusAnimationStyle property is set to something like "floatingFocus" and the numRows is set to 1, then the following happens. If you press down multiple times really quickly, then sometimes it will stop on the top row and the top row will not be visible when it is focus. Instead the bottom row is visible (but not in focus).
Is this a bug with RowList? What should be done to fix it or workaround it?