WPF - Very basic ListBox.ItemTemplate Question
问题 Ok, this is an embarassingly simple-looking problem, but is driving me crazy. I'm learning about DataTemplating and am trying to apply a very VERY simple ItemTemplate to a ListBox. However, when I run my app, the template is completely ignored and I just get the standard-looking listbox, whereas in fact I'd expect to see a list of checkboxes with 'Test' along side. I've tried this several times and always the same result. I've checked several resource on Google and all have the same kind of