I\'m trying to create a new TreeViewItem with a control in it like:
new TreeViewItem { Header = new StackPanel { Children = { new Button { ... } } } }