Hi!
I'am using a ListView with group headers. When a group header is tapped, new items will be added to its ObservableCollection.
The problem: When i scroll down and tap a group header, the ListView scrolls to an unspecific upper position (not the group header itself). Then i have to scroll down again to see the added items. When i tap a group header in the top region (without scrolling down) everything looks fine.
Is there a way to disable the auto scroll behavior?