I find it is scrolling too much at a time when the mouse scroll wheel is used. I have a very short ScrollViewer
(one line tall) that contains a few lines of items in a WrapPanel
, and it is scrolling right to the bottom in one "tick" so that the middle line is never visible.
相关问题
- VNC control for WPF application
- WPF Binding from System.Windows.SystemParameters.P
- XAML: Applying styles to nested controls
- How can I add a horizontal line (“goal line”) for
- How to properly change a resource dictionary
Not nice solution but you could add a few panes with text - one panel each line
ScrollViewer
class usesIScrollInfo
interface and there are 2 methods.Add a method to
UIElement.MouseWheel
event and one rotation == one children of a panel....or you could use: