WPF DataTriggers & MultiDataTriggers
Recently I was doing some WPF work and was trying to customize the display of a UserControl based on a dependency property (DP) of that same UserControl . This post will outline what I learnt about DataTriggers and MultiDataTriggers while completing the task. The first goal was to adjust the vertical alignment … Continue reading