To clear a tree:
Assuming 'this' is the QxTree

this.removeAll(); // delete all childs
this.setOpen(1); // open root folder


On 12/20/05, Charles SALMON <[EMAIL PROTECTED]> wrote:
Hello,

To clear a tree, i did use this method:
    this.removeAll(); // delete all childs

It works, but when i try then to reload my data into the tree,
I need to double-click on the root folder in order to view the new reloaded
QxTreeFolder(s).

Is there a way to force the base-root folder to be expanded ?

I use the last release (v0.1.4).

Thanks,
Charles.


Reply via email to