DataTemplateSelector might work. The example at https://github.com/microsoft/WPF-Samples/blob/master/Data%20Binding/DataTemplatingIntro/TaskListDataTemplateSelector.cs is just extremely bad code. (really, looking up the resource in the current main window? it should be looked up next to the element.) Maybe both the example and the docs are just so jank that I didn't understand it correctly at all.