How can make ScrollViewer scroll when mouse is over *any* content
问题 The reason I stress 'any' is because CanContentScroll is not fully working in my ScollViewer . Let me explain the scenario: I have a ScrollViewer that has three Labels followed by a ListBox each. The reason I have this content inside the ScrollViewer is because I don't want each ListBox to have a ScrollBar , I just want one "global" ScrollBar . The problem is that when the cursor is over the the ListBox the ScrollViewer doesn't scroll. I've tried to set CanContentScroll property to true in