Relative Content

Tag Archive for c#wpfxamlbinding

How do I handle Dynamic Binding to Xaml in C#

I’m trying to update the binding on my xaml program dynamically with a launch from my viewmodel.cs
For some reason I cant get the binding to show on my label.content in my cs:
Every time I run, either I get a default value that is set in the ViewModel Constructor but doesn’t update dynamically or when I comment out the value in the constructor, it remains blank.