Profile Picture

NTreeNode background color

Posted By Jonathan Rowe 13 Years Ago
Author
Message
Jonathan Rowe
Posted 13 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)

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


Threaded View



Similar Topics


Reading This Topic