windows phone 7 - How to fix view automatically scrolled up on mouse drag and then reset automatically? -


i have added 2 user control project. 1 portrait , other landscape because views in both mode different. according orientation of view page add user control.

scenario :

when application loaded drag mouse on user control user control scrolls according mouse move. when releases mouse button view automatically scrolls original position. want stop behavior , why happening.

if don't have scrollviewer in right place, attached page instead of control, mouse movements may getting caught page instead. why getting effect, scrolling reaching bottom of page. make sure scrollviewer in right place.

if don't have scrollviewer, make sure add 1 scroll in control


Comments