Alex141 / CalcBinding

Advanced WPF Binding which supports expressions in Path property and other features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color binding not updated in design view

eric9881 opened this issue · comments

commented

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.