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

Disabling the Scroll Support for MultiColumnTreeView Control

Hi,

There is one feature in MultiColumnTreeView Control

Scroll support - Provides automatic scrolling support for the treeview controls as well as hidden nodes when the mouse is near the borders.

It causes the application to crash for me.

Is there a way to disable this feature?

or any work around to this?

thanks
Deepak

8 Replies

AD Administrator Syncfusion Team May 28, 2009 12:06 PM UTC

Hi Deepak,

Thank you for using Syncfusion products.

Please try setting VScroll and HScroll properties to false as follows and let me know if this helps you.

[C#]

this.multiColumnTreeView1.VScroll = false;
this.multiColumnTreeView1.HScroll = false;

Regards,
Jaya


DP d p May 28, 2009 02:08 PM UTC


Hi Jaya,

Thanks for reply.
But that didn't help. It still behaves the same.
Could you please suggest me something else?

thanks
Deepak


DP d p June 1, 2009 01:26 PM UTC

Hi,

can anyone please shed some light on this thread?

thanks
Deepak


AD Administrator Syncfusion Team June 2, 2009 06:46 AM UTC

Hi Deepak,

Sorry for the delay.

Unable to disable the scrolling in MultiColumnTreeView

This issue is suspected to be a defect. We have forwarded this to our Development Team for further analysis and will update you with our Development Team’s response on or before June 4th 2009.

Please let me know if any concern.

Regards,
Jaya


DP d p June 2, 2009 01:39 PM UTC



Thanks Jaya.


AD Administrator Syncfusion Team June 4, 2009 11:57 AM UTC

Hi Deepak,

The issue 'Unable to disable Autoscrolling in MultiColumnTreeView' has been confirmed as a defect and has been logged as a defect report. The fix for this issue will be available on 'July 29th'.

Please let me know if any concern.

Regards,
Jaya


AD Administrator Syncfusion Team June 4, 2009 01:19 PM UTC

Hi Deepak,

The fix for this issue will be available on 'June 29th'.

Please let me know if any concern.

Regards,
Jaya


DP d p June 5, 2009 03:30 PM UTC

Hi Jaya,

Thanks for your update. I am sure they must have gone through a vigorous test to handle this issue, but I was still wondering if there is any kind of event that I can handle and cancel the mouse wheel action of the user!?

Thanks in advance,
Deepak


Loader.
Live Chat Icon For mobile
Up arrow icon