I have a WPF TreeView with just 1 level of items. The TreeView is data bound to an ObservableCollection of strings. How can I ensure that the same icon appears to the left
I used James Osborn's StackPanel technique in this way...
XAML: