Rank: Advanced Member Groups: Member
Joined: 3/16/2010 Posts: 101
|
Hi,
I am trying to show the root node of the folder treeview in file explorer expanded when first shown to the user. Is there an option that can be selected at design time? Otherwise, how would you suggest this could be done?
Thanks for your help
H
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I don't believe you can do that with FileExplorer. Child nodes of the root nodes are not loaded until user expands the root node. If you wish the nodes to be expanded, you can use a TreeView control to display the folders separately.
Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 3/16/2010 Posts: 101
|
Thanks. I really appreciate the speed of your responses.
|