I have a component that is draggable on the page but I dont want the component to be dragged out of the current visible of the web-page, as we all know that when we click a component and hold the click and then drag it to the end or top of page while still holding the click the page starts scrolling, so how do i make sure that when mouse is clicked then page does not scroll so that i dont allow dragging of the component to an area that is not visible in the present visibility of the web-page.
I hope I was able to explain this in a proper way..