Gridview not scrolling horizontally in windows phone 8.1
问题 .Gridview not scrolling horizontally in windows phone app instead it is scrolling vertically.I just copy paste the code of my windows 8.1 app to windows phone 8.1 but it is scrolling vertically. here is the xaml code: <Grid> <Grid.Background> <ImageBrush ImageSource="Assets/back3.png"></ImageBrush> </Grid.Background> <Grid.ChildrenTransitions> <TransitionCollection> <EntranceThemeTransition/> </TransitionCollection> </Grid.ChildrenTransitions> <Grid.RowDefinitions> <RowDefinition Height="*"/>