I keep getting an error in this xaml file:
The property \'VisualTree\' is set more than once.
DataTemplate can only have 1 child. you've got 2 (stackpanel and textblock). wrap those in single container and all will be well