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
close icon

Is Syncfusion Tree Package is derived from Microsoft Treeview

We have a screen which uses an instance of Microsoft System.Windows.Forms.TreeView control in it. We are looking to add some new functionality to that control which are not supported by the Microsoft's implementation. But, those functionalities are available in Syncfusion TreePackage.

We don't want to rewrite the whole code. Hence we are trying to find whether Syncfusion TreePackage is derived from the Microsoft TreeView. If then, we can easily replace with the Syncfusion control and make minimal change.

Please let us know. Thanks in advance.




1 Reply

VK Vinoth Kumar K Syncfusion Team January 29, 2008 11:03 PM UTC

Hi Siva,

Thanks for using Syncfusion Products.

Syncfusion TreeViewAdv control is not derived from Microsoft TreeView control. Please refer to the below given code which shows where it is derived from.


public class TreeViewAdv : ScrollControl,
ISupportInitialize,
IThemedControl,
INonClientPaintingSupport,
IProvideCustomContextMenuPositionalInformation,
IDragDispatcher,
ISuppportHistory


Please let me know if you have any questions.

Regards,
Vinoth



Loader.
Live Chat Icon For mobile
Up arrow icon