I am developing UWP application. In one scenario, I am having multiple ListView on a canvas and I want to perform Drag and Drop between ListViews. While performing Drag-Drop scroller doesn't moves.
I tried to implement Behaviour defined in this Link. But it is not working as PreviewDragOver
event is not available in UWP.
Is there any way to implement it ?