Whenever an item is selected in my TreeView, it automatically does a vertical scroll and positions in the middle. How to prevent this automatic scrolling in UWP TreeView?
I found this StackOverflow answer on preventing horizontal scrolling in WFP but I can't find any
<EventSetter Event="RequestBringIntoView" Handler="TreeViewItem_RequestBringIntoView"/>
event in UWP.