This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Commit 5442687
Steven Kirk
Fix ScrollViewer
ScrollViewer is broken - it doesn't pass mouse wheel events to parent
even when there's nothing to scroll. Work around it by manually passing
the event to the parent. See
https://serialseb.blogspot.com/2007/09/wpf-tips-6-preventing-scrollviewer-from.html
for more info. Fixes #409 .1 parent 6e47b96 commit 5442687
File tree
1 file changed
+26
-0
lines changed- src/GitHub.VisualStudio.UI/UI/Views
1 file changed
+26
-0
lines changedLines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
21 | 47 | | |
22 | 48 | | |
23 | 49 | | |
| |||
0 commit comments