vote up 0 vote down star

Hey there,

Is is possible to display a node without children as a leaf node within the .NET 3.5 TreeView control?

I have a treeview that displays a list of companies as nodes which would each display leaf nodes for documents belonging to that company.

If a company exists without any documents I would still like it to be rendered as parent (folder) but it renders as a leaf (file).

I could add a "No Documents" node to the company but this seems ugly and would add overhead to manage whether or not the node is there or should be added.

There doesnt seem to be any properties on TreeNode that would help here

Any ideas?

Thanks

flag

1 Answer

vote up 0 vote down check

The only way I discovered to resolve this issue is to add a "No Document" leaf to any empty parent folder

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.