WP 8.1 bottom to top infinite scrolling
问题 I have explored ISupportIncrementalLoading and seen MS sample and other examples for infinite scrolling behaviour. But I want bottom to top scrolling where items are added on top on scrolling bottom to top. Edit:I have found a workaround for this. I have rotated listview by 180 degree and datatemplate by 180 degree which helped me achieve desired functionality. <ListView x:Name="GridViewMain" IncrementalLoadingThreshold="2" RenderTransformOrigin="0.5,0.5"> <ListView.RenderTransform>