binding textblock to tabitem textblocks
WPF
1
Posts
1
Posters
4
Views
1
Watching
-
I have a textblock title in very large font, we'll call it titleTextBlock for simplicity. I can't seem to figure out how to bind it to my tabcontrol tabitem textblocks so that when a user clicks on the tabitem it shows what they've clicked on in titleTextBlock. When I try binding to element I can only seem to bind to one tabitem element. Any ideas?