Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi VirtualExplorerTree Expand All (https://www.delphipraxis.net/28525-virtualexplorertree-expand-all.html)

ueei.net 25. Aug 2004 21:08


VirtualExplorerTree Expand All
 
Hallo,

ich verwende VirtualExplorerTree von http://mustangpeak.net, nun möchte ich alle Nodes expanded habe, irgendwie läuft das aber nicht. Kann sein das da eine Eigenschaft nicht richtig ist bei mir.

Hat das schon mal jemand probiert.

lg Christian

APP 26. Aug 2004 05:57

Re: VirtualExplorerTree Expand All
 
Hallo Christian,
die Funktion ist vom VirtualTree geerbt:
Delphi-Quellcode:
TBaseVirtualTree.FullExpand();
Beachte aber:
Zitat:

Call this method to bring all nodes in the tree into an expanded state. This method expands every node in the tree and initializes nodes which are not yet initialized to expand them too if necessary. Since this will validate every node in the tree it is counterproductive and against the Virtual Paradigm.


Alle Zeitangaben in WEZ +1. Es ist jetzt 08:31 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz