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?
I'm working on an RSS reader in .NET 2.0. It's a WinForms app. Like most RSS readers, it's got an outlook-style layout with a TreeView control on the left hand side that holds your feed subscriptions ...