<ListBox.ItemContainerStyle>
<Style
TargetType="Control">
<Setter Property="HorizontalContentAlignment"
Value="Stretch"/>
<Setter Property="VerticalContentAlignment"
Value="Stretch"/>
<Setter Property="Height"
Value="42"/>
</Style>
</ListBox.ItemContainerStyle>
原文:http://www.cnblogs.com/changbaishan/p/3528061.html