How would someone go about adding check boxes to only the children of a tree view in XAML? My goal is to have a tree view where the parent is just a text block and all the chil
Try this Working with Checkboxes in the WPF TreeView.