WPF XAML designer showing bound property names instead of property values

后端 未结 4 1492
我寻月下人不归
我寻月下人不归 2021-01-06 06:31

One of my XAML files shows a strange behaviour in the XAML designer (but not during runtime):

public class MyDesignTimeViewModel
{

    public MyDesignTimeVi         


        
4条回答
  •  无人及你
    2021-01-06 07:28

    I ran into this issue but the cause was actually that I didn't have the Enable Project Code in XAML Designer enabled.

提交回复
热议问题