Skip to content

Conversation

@logangeorge01
Copy link

add support for shift+scroll horizontal scrolling in eventviewer

@logangeorge01
Copy link
Author

@microsoft-github-policy-service agree company="Microsoft"

Copy link
Member

@brianrob brianrob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Just one improvement request below.

{
if (Keyboard.Modifiers == ModifierKeys.Shift)
{
var scrollViewer = FindVisualChild<ScrollViewer>((DependencyObject)sender);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this should be cacheable so that you don't have to find it on each event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants