This question is locked. New answers and comments are not allowed.
in RadControls_for_WindowsPhone_2011_3_0817_DEV_hotfix ScrollState.BottomStretch and ForceStopTopBottomScroll don't work,nodo is ok.
private void vList_ScrollStateChanged(object sender, ScrollStateChangedEventArgs e) { if (e.OldState == Telerik.Windows.Controls.ScrollState.BottomStretch || e.OldState == Telerik.Windows.Controls.ScrollState.ForceStopBottomTopScroll) { } }