Alex141 / CalcBinding

Advanced WPF Binding which supports expressions in Path property and other features
Apache License 2.0
632 stars 79 forks source link

Color binding not updated in design view #80

Open eric9881 opened 2 years ago

eric9881 commented 2 years ago

Background="{c:Binding 'UserPriority>0 ? media:Brushes.GreenYellow : media:Brushes.LightGray'}" /> The result is ok in runtime. The color can not be shown in design-time.