Is ListHeaderTemplate or ListHeader ( for the LongListSelector control) bindable? I tried to use
ListHeader="{Binding SomeProperty}" or the sample template below:
<DataTemplate x:Key="movieListHeader">
<TextBlock Text="{Binding SomeProperty"}
Margin="8,-24,0,0"
Style="{StaticResource PhoneTextTitle1Style}"/>
</DataTemplate>
Both are not working....
Comments: ** Comment from web user: aemami99 **
ListHeader="{Binding SomeProperty}" or the sample template below:
<DataTemplate x:Key="movieListHeader">
<TextBlock Text="{Binding SomeProperty"}
Margin="8,-24,0,0"
Style="{StaticResource PhoneTextTitle1Style}"/>
</DataTemplate>
Both are not working....
Comments: ** Comment from web user: aemami99 **
This has been an outstanding issue for months...