(RAD Studio) Virtual TreeView: how to initialize all nodes at once?

Posted by Andrew on Stack Overflow See other posts from Stack Overflow or by Andrew
Published on 2010-04-12T04:41:47Z Indexed on 2010/04/12 4:43 UTC
Read the original article Hit count: 549

Filed under:
|

Hi,
I just discovered this component and started working with it.

I understand that the whole concept of it is to initialize nodes on the go as they are needed but I need all of them to initialize instantly.

What is the smart way to do it?

The only thing I came up with is to use GetLast() after adding nodes.
I believe, there is a better way, or not?

© Stack Overflow or respective owner

Related posts about rad-studio

Related posts about virtualtreeview