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 **
Is this issue still occur on Toolkit Nov 2011?
I just tried these stretching event on Toolkit Nov 2011, but event not fired.
The c# source code of this part is basically correct, but VerticalCompression/HorizontalCompression VisualStateGroup is not found in Themes/Generic.xaml.
The system style could not be override, so I need to fix Generic.xaml and build...
Any easy way to fix this issue?