Skip to content

Instantly share code, notes, and snippets.

@mikemichaelis
Created March 28, 2013 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikemichaelis/5265989 to your computer and use it in GitHub Desktop.
Save mikemichaelis/5265989 to your computer and use it in GitHub Desktop.
Stretch ListBox Item Content
<ListBox.ItemContainerStyle>
<Style TargetType="ListBoxItem">
<Setter Property="HorizontalContentAlignment" Value="Stretch"></Setter>
</Style>
</ListBox.ItemContainerStyle>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment