I manually need to scroll the content of a ListView control to the left side.
It is invoked automatically when I call scrollIntoView but only if the item to scroll to is not visible. The ListView will scroll to the item and scroll horizontal to the left side. Just like I need it to be.
But if the item to scroll to is already visible nothing will happen and that is the reason I need to scroll left manually.
You could find the
ScrollViewerfor theListViewby traversing the Visual Tree and then callScrollToLeftEnd. Something like this should work