Created
January 22, 2019 00:40
-
-
Save EtherZa/02b7f1d27b09dfb9a5d1f61d8f031515 to your computer and use it in GitHub Desktop.
[WPF] ListBox blocks mouse scrolling
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ListBox> | |
<ListBox.Template> | |
<ControlTemplate> | |
<!-- Empty template to allow ScrollViewer to capture mouse scroll --> | |
<ItemsPresenter /> | |
</ControlTemplate> | |
</ListBox.Template> | |
</ListBox> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment