Disable Auto Scrolling

When In a ScrollViewer I have a TextInput inside and I click inside of the textInput. The scrollViewer center the TextInput.

How can I disable this in a specific ScrollViewer?

Thanks!

Hi!

The current API for this is default to

<ScrollViewer Behavior="KeepFocusInView" />

You can change this to any of:

KeepFocusInViewNoneScrollerStandard

Note that this API may change, keep an eye on the changelogs