VirtualTreeView for Dot-Net wanted!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dmitry Bond.

    VirtualTreeView for Dot-Net wanted!

    Hi All.

    I'm porting one application from Delphi5 to C# (using VS 7.0).
    To display big ammount of data in treeview I need a control like a
    VirtualTreeView by Mike Lischke (www.soft-gems.net).
    Standard TreeView control works petty slow and does not have such
    possibilities like VirtualTreeView .
    Do you know such kind of controls for C# / Dot-Net ?

    Or should I try to play with making that control ActiveX ?...
    What you could recommend ?

    Thanks in advance,
    Dmitry.


  • Jon Shemitz

    #2
    Re: VirtualTreeView for Dot-Net wanted!

    > I'm porting one application from Delphi5 to C# (using VS 7.0).[color=blue]
    > To display big ammount of data in treeview I need a control like a
    > VirtualTreeView by Mike Lischke (www.soft-gems.net).
    > Standard TreeView control works petty slow and does not have such
    > possibilities like VirtualTreeView .[/color]

    The trick is to add a single node (perhaps a dummy) and handle the
    parent's OnExpand event.

    --

    Midnight Beach is Jon Shemitz, a freelance programmer and author. Jon offers software consulting and contract services, and recently finished his 2nd book - .NET 2.0 for Delphi Programmers.

    Comment

    Working...