Problem with WPF Data Binding Defined in Code Not Updating UI Elements

前端 未结 6 762
天涯浪人
天涯浪人 2021-02-08 22:51

I need to define new UI Elements as well as data binding in code because they will be implemented after run-time. Here is a simplified version of what I am trying to do.

6条回答
  •  广开言路
    2021-02-08 23:28

    Do you need to set the binding mode programatically? It may be defaulting to OneTime.

提交回复
热议问题