I have a programmicly added ContentControl with a ListView. The DataSource of the ListView is set to a List of the ContentControl.
The first item of the ListView is a picture, the rest are the items from the List. I already have a Selector with the two templates. Problem is, the Value for the picture is located above the ScrollView in the ContenControl. Is it possible to bind that Value?
Something like this:
Text="{Binding Source=ContenControl, Path=mImage}"