Skip to content

Instantly share code, notes, and snippets.

@EtherZa
Created January 22, 2019 00:40
Show Gist options
  • Save EtherZa/02b7f1d27b09dfb9a5d1f61d8f031515 to your computer and use it in GitHub Desktop.
Save EtherZa/02b7f1d27b09dfb9a5d1f61d8f031515 to your computer and use it in GitHub Desktop.
[WPF] ListBox blocks mouse scrolling
<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