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"
?
- By topic: stackoverflow.com/q/3724593/276994 - VladD
- And here, it seems, the solution: classpattern.com/… - VladD
|