I have a ListView in the middle of my page in my WPF application. The problem is when the mouse cursor or my finger is above that ListView then I can't scroll down on that page (the ListView has auto size, no vertical scrolling is needed for it). How can I fix this? Here's what I tried so far:
setting the Focusable property
setting the ScrollViewer.VerticalScrollBarVisibility to all possible values
changing the size of the ListView from auto to a fixed size