As the title says, StretchingTop, StretchingBottom, StretchingCompleted, ScrollingCompleted and ScrollingStarted events in the LongListSelector don't fire at all. I assume this probably has something to do with the changes to the standard underlying Listbox's scrolling handling, but it'd be really nice if these could be fixed, or removed / marked as deprecated if a workaround can't be found.
(I switch over to LLS due to the buggyness of the the standard virtualising Listbox with large amounts of variable sized items in it - it complete kills itself and jumps up and down and cuts off the bottom of the bottom item, etc).
Comments: ** Comment from web user: scottie7 **
(I switch over to LLS due to the buggyness of the the standard virtualising Listbox with large amounts of variable sized items in it - it complete kills itself and jumps up and down and cuts off the bottom of the bottom item, etc).
Comments: ** Comment from web user: scottie7 **
Oh, I found that my project reference to old version of Toolkit assembly.
After I delete reference to Microsoft.Phone.Controls.Toolkit then re-add them to my project, these event works fine for me.
I only added Style xaml Miksu described to App.xaml on my project.
Thanks.