mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
PointerWheelChanged kept bubbling past the popup's ScrollViewer to the underlying DataGrid, so spinning the wheel inside the dropdown also scrolled the grid behind. Mark the event handled at the popup's root Border with handledEventsToo so the inner ScrollViewer keeps its scroll behaviour but the event stops at the popup boundary. Assisted-by: Claude:claude-opus-4-7:Claude Codepull/3755/head
1 changed files with 22 additions and 14 deletions
Loading…
Reference in new issue