Skip to content

Instantly share code, notes, and snippets.

@Daniel-sims
Last active April 23, 2018 08:19
Show Gist options
  • Save Daniel-sims/eb44e461b33537f64cf35fb8aec18d00 to your computer and use it in GitHub Desktop.
Save Daniel-sims/eb44e461b33537f64cf35fb8aec18d00 to your computer and use it in GitHub Desktop.
<StackPanel Orientation="Vertical">
<StackPanel Orientation="Horiztonal">
<StackPanel.Resources>
<Style TargetType="Image">
<Setter Property="Width" Value="20"/>
</Style>
</StackPanel.Resources>
<Image />
<Image />
<Image />
<Image />
</StackPanel>
<StackPanel Orientation="Horiztonal">
<StackPanel.Resources>
<Style TargetType="Image">
<Setter Property="Width" Value="20"/>
</Style>
</StackPanel.Resources>
<Image />
<Image />
<Image />
<Image />
</StackPanel>
</StackPanel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment