ItemsPanel.xaml 313 B

123456
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  3. <ItemsPanelTemplate x:Key="HorizontalItemsPanel">
  4. <StackPanel Orientation="Horizontal"/>
  5. </ItemsPanelTemplate>
  6. </ResourceDictionary>