Group: Forum Members
Last Active: 13 Years Ago
Posts: 2,
Visits: 1
|
I would like to color an NTreeNode if the user double clicks it. I set the CommonIndicator property for the node, but the change does not appear in the UI.
NTreeNode node = (NTreeNode)nTree.FocusedItem; node.CommonIndicator = CommonIndicator.FlagGreen;
This should be very simple. What am I doing wrong?
Jon
|