Soft scrolling in WPF?

As it seems to me, the ListView when pressing the scroll buttons on the scrollbars scrolls from element to element rather than soft-scrolling a defined step as in, for example, Internet Explorer.

Is there a possibility to get the usual soft-scrolling effect in WPF



Answer this question

Soft scrolling in WPF?

  • Robhale77

    Try to set ScrollViewer.CanContentScroll="false" on ListView...
  • Soft scrolling in WPF?