Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question