Suppose I have a ListView and TextBox and they are located in different containers in the same Window.
Selecting items in the listview I want the TextBox Text property to be updated in accordance with the listview data bound selected item. Is it possible in XAML?