Guest User

Untitled

a guest
Jun 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <ListBox x:Name="listMessage" Margin="5,5,5,5" Grid.Row="1">
  2.  
  3. <ListBox.ItemContainerStyle>
  4. <Style TargetType="ListBoxItem">
  5. <Setter Property="HorizontalContentAlignment" Value="Stretch"/>
  6. <Setter Property="HorizontalAlignmen" Value="Stretch"/>
  7. </Style>
  8. </ListBox.ItemContainerStyle>
  9.  
  10. <ItemsControl.ItemTemplate>
  11. <DataTemplate>
  12. <TextBlock DataContext="{Binding}" HorizontalAlignment="Stretch" />
  13. </DataTemplate>
  14. </ItemsControl.ItemTemplate>
  15. </ListBox>
Add Comment
Please, Sign In to add comment