-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't bind text to Text property #387
Comments
I'm getting the same error 😭
|
One possible workaround seems to be binding to the |
That is, what I ended up using too. Its not pretty, because now my view model contains a type specific to the used UI/control. |
i get this when trying to build project:
here is my code:
my Code property is string, no issues happen when i bind it to TextBlock
The text was updated successfully, but these errors were encountered: