iOS Question Unusual problem with xCustomListview and ScrollToItem

Filippo

Expert
Licensed User
Longtime User
Hi,

I have an unusual problem with xCustomListview and ScrollToItem.
There are only 2 items, if you fill the 2 items, then the display scrolls down.
In Android it works properly, it does not scroll.

The B4i-project and a video is attached.
 

Attachments

  • xCLVTest.zip
    4.5 KB · Views: 82
  • Video.zip
    101.5 KB · Views: 81

Filippo

Expert
Licensed User
Longtime User
Indeed surprising but it is the native ScrollView behavior. Don't scroll it when all items are visible.
Yes, I have solved it that way now, too.
I was just wondering because Android reacts differently.
 
Upvote 0
Top