I have this event handler:
| private void theTree_SelectionChanged(object sender, System.Windows.Controls.SelectionChangedEventArgs e) |
| { |
| // do something |
| } |
And it fires all right when I move the scroll bar by dragging it, but when I move around with the mouse wheel, it doesn't fire. Any workaround for this?
Thanks!
