XAML で GridView の項目を水平に並べ替えるにはどうすればよいですか? 悲しいことに、これを達成する方法が見つかりませんでした。キーワード「オリエンテーション」は利用できません。これが私の現在の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"
/>
もう 1 つの方法は、「VariableSizedWrapGrid」です。ただし、これは「ItemsSource」(および ItemTemplateSelector) によるアイテムの作成には使用できません。