Hello,
did you notice that if you use the integrated Scrollviewer of a Listbox, it scrolls differently compared to an external scrollviewer sourrounding a ListBox?
In few words, If I do this:
<ScrollViewer>
<ListBox/>
</ScrollViewer>
it scrolls in a better way compared to the ListBox integrated ScrollViewer! It has like a different inertia!
How can I continue using the integrated ScrollViewer and have the same beatiful scrolling?