Is it possible to adjust mouse wheel scroll distance on a WPF ScrollViewer?

Not nite solution but you could add a few panes with txt - one panel each line.

Not nite solution but you could add a few panes with txt - one panel each line ScrollViewer class uses IScrollInfo interface and there are 2 methods. ((IScrollInfo)myPanel).LineUp();// and LineDown() add and method to UIElement. MouseWheel event and one rotation == one children of a panel or you could use myScrollviewer.

ScrollToVerticalOffset(offset).

Hmm, I suppose if I could intercept the mousewheel event I could scroll the scrollviewer manually as you suggest, given that I know how tall a "line" is (which in this case I do). I'll try it out. – chaiguy Jul 29 '10 at 16:04.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions