I
I
Igor Antonik2015-05-25 14:04:55
Android
Igor Antonik, 2015-05-25 14:04:55

How to implement smooth scrolling in ListView (WPF)?

I use ListView (WPF) with the given View. Scrolling in the ListView is performed from element to element, but I would like normal scrolling (as ScrollViewer implements). I tried wrapping the ListView in a ScrollViewer - it doesn't react to the mouse wheel, only to dragging the slider on the scrollbar. How best to implement?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav Makarov, 2015-05-25
@Svjatogor

stackoverflow.com/questions/1033841/is-it-possible...
Good for a small number of items. Write for ListView:ScrollViewer.CanContentScroll="False"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question