Group: Forum Members
Last Active: 13 Years Ago
Posts: 2,
Visits: 1
|
Thanks.
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Hello Jon, In order to display the node indicator you need to set NTreeViewEx.IndicatorStyle property to OnLeft or OnRight too.
Best Regards, Nevron Support Team
|
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
|