I have a Silverlight TabControl
which has two TabItem
s. In the second, I have a TextBox
, and I want to bind its Text
property to an other TextBox
's Text
property, which is in the first TabItem
.
ElementName
doesn't work, the Path
for RelativeSource
is way too long. Any ideas?