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.
Set the UltraTree.Override.ShowExpansionIndicator property to 'Always'
Awesome! It works.
Thanks for the quick reply!