Hey guys, I'm adding items to a TreeView control, and of course, I can just add a String, but I'd really like to create a TreeViewItem first, and then add that. With that said, I can't figure out how ...