<ListBox x:Name="lstbox" ScrollViewer.VerticalScrollBarVisibility="Disabled" ScrollViewer.HorizontalScrollBarVisibility="Visible">
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel Orientation="Horizontal" />
</ItemsPanelTemplate>
</ListBox.ItemsPanel>
この設計時コードを使用して、水平方向にスクロールする画像のリストを作成できます。
現在、実行時に画像を追加できますが、実行時に
コードを介して同じ効果を生み出すことはできません....