Hello! In iOS, the behavior in Column and Row is different from Android. When you click on a list item that is not fully visible in iOS, the list automatically scrolls to make the selected item fully visible. How can I disable this behavior?
@Dima Avdeev I’m grateful for your time and assistance. Here’s a simple example , run it on two platforms and compare the behavior when you click on an item which is partially visible.
a
Alexander Maryanovsky
05/04/2023, 6:19 AM
Without looking, I’d guess your items are focusable and are focused on click, which activates the bringIntoView thing.