1
Vote

WP7: LongListSelector doesn't rebuild UI when ItemTemplate changed

description

On the LongListSelector, the ItemTemplate dependency property does not have an OnChanged event handler wired up.
 
Please consider wiring this up the same way that the ItemsSource dependency property changes are handled, so that if we change the ItemTemplate of a LongListSelector, the UI is regenerated.

comments