P
Pete Davis
I'm implementing a folder browser style control in a tree view.
Windows Explorer, when it comes up with a tree view, almost immediately,
knows if folders contain other folders or not (unless it's a networked
drive).
How does it accomplish this? Obviously doing Directory.GetDirectories() for
each subdirectory is not going to give me that sort of immediate response.
Pete
Windows Explorer, when it comes up with a tree view, almost immediately,
knows if folders contain other folders or not (unless it's a networked
drive).
How does it accomplish this? Obviously doing Directory.GetDirectories() for
each subdirectory is not going to give me that sort of immediate response.
Pete