We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

TreeViewAdv DragDrop Scrolling

I would like to drag and drop a node from the bottom of the scrolled list to the top.

For example, drag the bottom node in the "TreeViewAdv DragDrop Demo" to the top most continent.

Is that possible without expanding the window?

In the demo code, I was expecting that window would scroll and let me drop the node on the topmost continent.

Thanks

Ray

1 Reply

GR Golda Rebecal Syncfusion Team February 16, 2007 12:51 PM UTC

Hi Ray,

It is possible to make the window scroll during drag and drop operations by setting TreeViewAdv's AutoScrolling property to ScrollBars.Vertical or ScrollBars.Both

this.treeViewAdv1.AutoScrolling = ScrollBars.Vertical

Please have a look at the attached sample and let me know if you need any further assistance.

Thanks for your interest in Syncfusion products

Best Regards,
Golda


CS49.zip

Loader.
Live Chat Icon For mobile
Up arrow icon