I'm using UltraTree v 8.2 (2008 volume 2) WinForms
Is it possible to display the standard plus or minus -sign in front of a node even if it has no child nodes?
Thanks in advance.
Awesome! It works.
Thanks for the quick reply!
Set the UltraTree.Override.ShowExpansionIndicator property to 'Always'
rtatsheridan,
The UltraTree does not do this by default. The closest you'll be able to get is if you set UltraTree.Override.ShowExpansionIndicator to ShowExpansionIndicator.CheckOnExpand. However, once you click the expansion indicator of a Node with no child Nodes, you will lose the expansion indicator. If you would like to submit a feature request for the ability to display expansion indicators for all Nodes at all times, you can do so here.
~Kim~