Order items horizontal in XAML GridView (Win8 / Metro)
问题 how can i sort the items of GridView horizontal in the XAML? Sadly i found no method to achieve this. The Keyword "Orientation" is not available. Here is my current GridView: <GridView x:Name="TestDataBinding" HorizontalContentAlignment="Left" VerticalContentAlignment="Top" SelectionMode="None" ItemsSource="{Binding}" ItemTemplateSelector="{StaticResource itemTemplateSelector}" Margin="0,60,0,0" Width="1100" Height="540" /> Another Way could be a "VariableSizedWrapGrid". But this can't be