J
John Heitmuller.
Is there a standard approach to loading TreeNodes only when they are
expanded in the WinForm version of the 2.0 Framework?
I need to display large amount of data in a Windows Form TreeView
control. The data takes several minutes to load into the tree. I
noticed that the ASP.NET 2.0 TreeNode control as a LoadOnDemand
feature that would solve my problems. However, that feature does not
seem to be available for the WinForm version of the TreeNode class. I
feel like I'm missing something here.
I tried to derive a class from System.Windows.Forms.TreeNode and
override the Expand() method, but apparently Expand is not
overrideable.
Any suggestions on how to approach this?
Thanks,
John
expanded in the WinForm version of the 2.0 Framework?
I need to display large amount of data in a Windows Form TreeView
control. The data takes several minutes to load into the tree. I
noticed that the ASP.NET 2.0 TreeNode control as a LoadOnDemand
feature that would solve my problems. However, that feature does not
seem to be available for the WinForm version of the TreeNode class. I
feel like I'm missing something here.
I tried to derive a class from System.Windows.Forms.TreeNode and
override the Expand() method, but apparently Expand is not
overrideable.
Any suggestions on how to approach this?
Thanks,
John