WPF DataTemplate - Overlay
- by David Ward
I have a class that I need to provide the datatemplate for. Currently I have two datatemplates, one for when Enabled == true and one for when Enabled == false. The datatemplate for the class is actually the one below which changes the template used based on a trigger:
<DataTemplate x:Key="ActionNodeTemplateSelector">
<ContentPresenter…