I'm working on a small project here, and need to change all spaces in a char array to underscores. Meaning that "One Two Three" is changed to "One_Two_Three".<BR><BR ...
How do you make one line bold in a TreeView Class in WPF/C#? I mean, how do you make just one line in a Tree View bold at runtime?