Replies: 1 comment 1 reply
-
@sam-wheat We can use the resources many times. Which means that some object named tb1. And the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the XAML below
tb1
can be referenced bytb2
via a binding with no problems.However
tb4
generates a runtime error. How can I maketb4
bind totb1
in the same way astb2
?Runnable project attached.
ResourceTest.zip
Beta Was this translation helpful? Give feedback.
All reactions