Im wondering how i would go about scrolling a list container like ItemsControl up and down by clicking on an item and dragging your mouse up or down, instead of using dragging on a scrollbar using ScrollViewer?
I have googled around but found only results using a scrollbar to scroll up and down a list of items.