Good day! There are items in my ListView that can be quite large. Accordingly, with a logical scroll ( ScrollViewer.CanContentScroll="True" ), the scroll jumps from element to element, and it is impossible to see completely high elements. The question arises: which Control supports virtualization with such a ScrollViewer.CanContentScroll="False" : ScrollViewer.CanContentScroll="False" ?

0